File tree Expand file tree Collapse file tree 5 files changed +3
-2
lines changed Expand file tree Collapse file tree 5 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -468,6 +468,7 @@ IPTOS_ECN_ECT0
468468IPTOS_ECN_ECT1
469469IPTOS_ECN_MASK
470470IPTOS_ECN_NOTECT
471+ IPV6_DONTFRAG
471472IPV6_JOIN_GROUP
472473IPV6_LEAVE_GROUP
473474IPV6_PKTINFO
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ IPTOS_ECN_ECT0
311311IPTOS_ECN_ECT1
312312IPTOS_ECN_MASK
313313IPTOS_ECN_NOTECT
314+ IPV6_DONTFRAG
314315IPV6_JOIN_GROUP
315316IPV6_LEAVE_GROUP
316317IPV6_PKTINFO
Original file line number Diff line number Diff line change @@ -4153,7 +4153,6 @@ pub const IPV6_RECVHOPLIMIT: ::c_int = 37;
41534153pub const IPV6_PKTINFO : :: c_int = 46 ;
41544154pub const IPV6_HOPLIMIT : :: c_int = 47 ;
41554155pub const IPV6_RECVPKTINFO : :: c_int = 61 ;
4156- pub const IPV6_DONTFRAG : :: c_int = 62 ;
41574156pub const IP_ADD_SOURCE_MEMBERSHIP : :: c_int = 70 ;
41584157pub const IP_DROP_SOURCE_MEMBERSHIP : :: c_int = 71 ;
41594158pub const IP_BLOCK_SOURCE : :: c_int = 72 ;
Original file line number Diff line number Diff line change @@ -981,7 +981,6 @@ pub const IPV6_PKTINFO: ::c_int = 46;
981981pub const IPV6_HOPLIMIT : :: c_int = 47 ;
982982pub const IPV6_RECVTCLASS : :: c_int = 57 ;
983983pub const IPV6_TCLASS : :: c_int = 61 ;
984- pub const IPV6_DONTFRAG : :: c_int = 62 ;
985984pub const IP_ADD_SOURCE_MEMBERSHIP : :: c_int = 70 ;
986985pub const IP_DROP_SOURCE_MEMBERSHIP : :: c_int = 71 ;
987986pub const IP_BLOCK_SOURCE : :: c_int = 72 ;
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ pub const IPV6_MULTICAST_IF: ::c_int = 9;
311311pub const IPV6_MULTICAST_HOPS : :: c_int = 10 ;
312312pub const IPV6_MULTICAST_LOOP : :: c_int = 11 ;
313313pub const IPV6_V6ONLY : :: c_int = 27 ;
314+ pub const IPV6_DONTFRAG : :: c_int = 62 ;
314315
315316pub const IPTOS_ECN_NOTECT : u8 = 0x00 ;
316317pub const IPTOS_ECN_MASK : u8 = 0x03 ;
You can’t perform that action at this time.
0 commit comments