File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1587,3 +1587,5 @@ xucred
1587
1587
eaccess
1588
1588
dirname
1589
1589
basename
1590
+ IP_RECVTTL
1591
+ IPV6_RECVHOPLIMIT
Original file line number Diff line number Diff line change @@ -3740,8 +3740,6 @@ pub const IP_RSS_LISTEN_BUCKET: ::c_int = 26;
3740
3740
pub const IP_ORIGDSTADDR : :: c_int = 27 ;
3741
3741
pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
3742
3742
3743
- pub const IP_RECVTTL : :: c_int = 65 ;
3744
- pub const IPV6_RECVHOPLIMIT : :: c_int = 37 ;
3745
3743
pub const IP_DONTFRAG : :: c_int = 67 ;
3746
3744
pub const IP_RECVTOS : :: c_int = 68 ;
3747
3745
Original file line number Diff line number Diff line change @@ -962,6 +962,8 @@ pub const IP_SENDSRCADDR: ::c_int = IP_RECVDSTADDR;
962
962
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
963
963
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
964
964
pub const IP_RECVIF : :: c_int = 20 ;
965
+ pub const IP_RECVTTL : :: c_int = 65 ;
966
+ pub const IPV6_RECVHOPLIMIT : :: c_int = 37 ;
965
967
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
966
968
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
967
969
pub const IPV6_CHECKSUM : :: c_int = 26 ;
You can’t perform that action at this time.
0 commit comments