File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ IPV6_PKTINFO
489489IPV6_RECVPKTINFO
490490IPV6_RECVTCLASS
491491IPV6_TCLASS
492+ IPV6_DONTFRAG
492493IP_HDRINCL
493494IP_RECVDSTADDR
494495IP_RECVIF
Original file line number Diff line number Diff line change @@ -539,13 +539,15 @@ IPV6_RECVORIGDSTADDR
539539IPV6_RECVPKTINFO
540540IPV6_RECVTCLASS
541541IPV6_TCLASS
542+ IPV6_DONTFRAG
542543IP_BINDANY
543544IP_BINDMULTI
544545IP_HDRINCL
545546IP_ORIGDSTADDR
546547IP_RECVDSTADDR
547548IP_RECVIF
548549IP_RECVORIGDSTADDR
550+ IP_DONTFRAG
549551IP_RECVTOS
550552IP_RSS_LISTEN_BUCKET
551553IP_SENDSRCADDR
Original file line number Diff line number Diff line change @@ -2886,6 +2886,7 @@ pub const IP_RSS_LISTEN_BUCKET: ::c_int = 26;
28862886pub const IP_ORIGDSTADDR : :: c_int = 27 ;
28872887pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
28882888
2889+ pub const IP_DONTFRAG : :: c_int = 67 ;
28892890pub const IP_RECVTOS : :: c_int = 68 ;
28902891
28912892pub 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;
963963pub const IPV6_HOPLIMIT : :: c_int = 47 ;
964964pub const IPV6_RECVTCLASS : :: c_int = 57 ;
965965pub const IPV6_TCLASS : :: c_int = 61 ;
966+ pub const IPV6_DONTFRAG : :: c_int = 62 ;
966967
967968pub const TCP_NOPUSH : :: c_int = 4 ;
968969pub const TCP_NOOPT : :: c_int = 8 ;
You can’t perform that action at this time.
0 commit comments