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 @@ -500,6 +500,7 @@ IPV6_RECVPKTINFO
500500IPV6_RECVTCLASS
501501IPV6_TCLASS
502502IP_HDRINCL
503+ IP_MINTTL
503504IP_RECVDSTADDR
504505IP_RECVIF
505506IP_RECVTTL
Original file line number Diff line number Diff line change @@ -663,6 +663,7 @@ IP_BINDANY
663663IP_BINDMULTI
664664IP_DONTFRAG
665665IP_HDRINCL
666+ IP_MINTTL
666667IP_ORIGDSTADDR
667668IP_RECVDSTADDR
668669IP_RECVIF
Original file line number Diff line number Diff line change @@ -935,6 +935,7 @@ pub const IP_ADD_MEMBERSHIP: c_int = 12;
935935pub const IP_DROP_MEMBERSHIP : c_int = 13 ;
936936pub const IP_RECVIF : c_int = 20 ;
937937pub const IP_RECVTTL : c_int = 65 ;
938+ pub const IP_MINTTL : c_int = 66 ;
938939pub const IPV6_RECVHOPLIMIT : c_int = 37 ;
939940pub const IPV6_JOIN_GROUP : c_int = 12 ;
940941pub const IPV6_LEAVE_GROUP : c_int = 13 ;
You can’t perform that action at this time.
0 commit comments