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
15871587eaccess
15881588dirname
15891589basename
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;
37403740pub const IP_ORIGDSTADDR : :: c_int = 27 ;
37413741pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
37423742
3743- pub const IP_RECVTTL : :: c_int = 65 ;
3744- pub const IPV6_RECVHOPLIMIT : :: c_int = 37 ;
37453743pub const IP_DONTFRAG : :: c_int = 67 ;
37463744pub const IP_RECVTOS : :: c_int = 68 ;
37473745
Original file line number Diff line number Diff line change @@ -962,6 +962,8 @@ pub const IP_SENDSRCADDR: ::c_int = IP_RECVDSTADDR;
962962pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
963963pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
964964pub const IP_RECVIF : :: c_int = 20 ;
965+ pub const IP_RECVTTL : :: c_int = 65 ;
966+ pub const IPV6_RECVHOPLIMIT : :: c_int = 37 ;
965967pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
966968pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
967969pub const IPV6_CHECKSUM : :: c_int = 26 ;
You can’t perform that action at this time.
0 commit comments