File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ IPV6_PKTINFO
489
489
IPV6_RECVPKTINFO
490
490
IPV6_RECVTCLASS
491
491
IPV6_TCLASS
492
+ IPV6_DONTFRAG
492
493
IP_HDRINCL
493
494
IP_RECVDSTADDR
494
495
IP_RECVIF
Original file line number Diff line number Diff line change @@ -539,13 +539,15 @@ IPV6_RECVORIGDSTADDR
539
539
IPV6_RECVPKTINFO
540
540
IPV6_RECVTCLASS
541
541
IPV6_TCLASS
542
+ IPV6_DONTFRAG
542
543
IP_BINDANY
543
544
IP_BINDMULTI
544
545
IP_HDRINCL
545
546
IP_ORIGDSTADDR
546
547
IP_RECVDSTADDR
547
548
IP_RECVIF
548
549
IP_RECVORIGDSTADDR
550
+ IP_DONTFRAG
549
551
IP_RECVTOS
550
552
IP_RSS_LISTEN_BUCKET
551
553
IP_SENDSRCADDR
Original file line number Diff line number Diff line change @@ -2886,6 +2886,7 @@ pub const IP_RSS_LISTEN_BUCKET: ::c_int = 26;
2886
2886
pub const IP_ORIGDSTADDR : :: c_int = 27 ;
2887
2887
pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
2888
2888
2889
+ pub const IP_DONTFRAG : :: c_int = 67 ;
2889
2890
pub const IP_RECVTOS : :: c_int = 68 ;
2890
2891
2891
2892
pub const IPV6_BINDANY : :: c_int = 64 ;
Original file line number Diff line number Diff line change @@ -963,6 +963,7 @@ pub const IPV6_PKTINFO: ::c_int = 46;
963
963
pub const IPV6_HOPLIMIT : :: c_int = 47 ;
964
964
pub const IPV6_RECVTCLASS : :: c_int = 57 ;
965
965
pub const IPV6_TCLASS : :: c_int = 61 ;
966
+ pub const IPV6_DONTFRAG : :: c_int = 62 ;
966
967
967
968
pub const TCP_NOPUSH : :: c_int = 4 ;
968
969
pub const TCP_NOOPT : :: c_int = 8 ;
You can’t perform that action at this time.
0 commit comments