File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -501,6 +501,7 @@ IPV6_DONTFRAG
501501IP_HDRINCL
502502IP_RECVDSTADDR
503503IP_RECVIF
504+ IP_RECVTTL
504505IP_SENDSRCADDR
505506IP_TOS
506507ITIMER_PROF
@@ -1592,3 +1593,4 @@ xucred
15921593eaccess
15931594dirname
15941595basename
1596+ IPV6_RECVHOPLIMIT
Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ IP_RECVIF
576576IP_RECVORIGDSTADDR
577577IP_DONTFRAG
578578IP_RECVTOS
579+ IP_RECVTTL
579580IP_RSS_LISTEN_BUCKET
580581IP_SENDSRCADDR
581582IP_TOS
@@ -2251,3 +2252,4 @@ closefrom
22512252close_range
22522253eventfd_read
22532254eventfd_write
2255+ IPV6_RECVHOPLIMIT
Original file line number Diff line number Diff line change @@ -970,6 +970,8 @@ pub const IP_SENDSRCADDR: ::c_int = IP_RECVDSTADDR;
970970pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
971971pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
972972pub const IP_RECVIF : :: c_int = 20 ;
973+ pub const IP_RECVTTL : :: c_int = 65 ;
974+ pub const IPV6_RECVHOPLIMIT : :: c_int = 37 ;
973975pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
974976pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
975977pub const IPV6_CHECKSUM : :: c_int = 26 ;
You can’t perform that action at this time.
0 commit comments