File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2253,6 +2253,7 @@ pub const IPV6_CHECKSUM: ::c_int = 26;
2253
2253
pub const IPV6_RECVTCLASS : :: c_int = 35 ;
2254
2254
pub const IPV6_TCLASS : :: c_int = 36 ;
2255
2255
pub const IPV6_PKTINFO : :: c_int = 46 ;
2256
+ pub const IPV6_HOPLIMIT : :: c_int = 47 ;
2256
2257
pub const IPV6_RECVPKTINFO : :: c_int = 61 ;
2257
2258
2258
2259
pub const TCP_NOPUSH : :: c_int = 4 ;
Original file line number Diff line number Diff line change @@ -760,6 +760,7 @@ pub const IPV6_LEAVE_GROUP: ::c_int = 13;
760
760
pub const IPV6_CHECKSUM : :: c_int = 26 ;
761
761
pub const IPV6_RECVPKTINFO : :: c_int = 36 ;
762
762
pub const IPV6_PKTINFO : :: c_int = 46 ;
763
+ pub const IPV6_HOPLIMIT : :: c_int = 47 ;
763
764
pub const IPV6_RECVTCLASS : :: c_int = 57 ;
764
765
pub const IPV6_TCLASS : :: c_int = 61 ;
765
766
Original file line number Diff line number Diff line change @@ -805,6 +805,7 @@ pub const IPV6_JOIN_ANYCAST: ::c_int = 27;
805
805
pub const IPV6_LEAVE_ANYCAST : :: c_int = 28 ;
806
806
pub const IPV6_RECVPKTINFO : :: c_int = 49 ;
807
807
pub const IPV6_PKTINFO : :: c_int = 50 ;
808
+ pub const IPV6_HOPLIMIT : :: c_int = 52 ;
808
809
pub const IPV6_RECVTCLASS : :: c_int = 66 ;
809
810
pub const IPV6_TCLASS : :: c_int = 67 ;
810
811
You can’t perform that action at this time.
0 commit comments