File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4075,6 +4075,7 @@ pub const IP_RECVDSTADDR: ::c_int = 7;
4075
4075
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
4076
4076
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
4077
4077
pub const IP_RECVIF : :: c_int = 20 ;
4078
+ pub const IP_RECVTTL : :: c_int = 24 ;
4078
4079
pub const IP_BOUND_IF : :: c_int = 25 ;
4079
4080
pub const IP_PKTINFO : :: c_int = 26 ;
4080
4081
pub const IP_RECVTOS : :: c_int = 27 ;
@@ -4084,6 +4085,7 @@ pub const IPV6_LEAVE_GROUP: ::c_int = 13;
4084
4085
pub const IPV6_CHECKSUM : :: c_int = 26 ;
4085
4086
pub const IPV6_RECVTCLASS : :: c_int = 35 ;
4086
4087
pub const IPV6_TCLASS : :: c_int = 36 ;
4088
+ pub const IPV6_RECVHOPLIMIT : :: c_int = 37 ;
4087
4089
pub const IPV6_PKTINFO : :: c_int = 46 ;
4088
4090
pub const IPV6_HOPLIMIT : :: c_int = 47 ;
4089
4091
pub const IPV6_RECVPKTINFO : :: c_int = 61 ;
You can’t perform that action at this time.
0 commit comments