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
501
501
IP_HDRINCL
502
502
IP_RECVDSTADDR
503
503
IP_RECVIF
504
+ IP_RECVTTL
504
505
IP_SENDSRCADDR
505
506
IP_TOS
506
507
ITIMER_PROF
@@ -1592,3 +1593,4 @@ xucred
1592
1593
eaccess
1593
1594
dirname
1594
1595
basename
1596
+ IPV6_RECVHOPLIMIT
Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ IP_RECVIF
576
576
IP_RECVORIGDSTADDR
577
577
IP_DONTFRAG
578
578
IP_RECVTOS
579
+ IP_RECVTTL
579
580
IP_RSS_LISTEN_BUCKET
580
581
IP_SENDSRCADDR
581
582
IP_TOS
@@ -2251,3 +2252,4 @@ closefrom
2251
2252
close_range
2252
2253
eventfd_read
2253
2254
eventfd_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;
970
970
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
971
971
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
972
972
pub const IP_RECVIF : :: c_int = 20 ;
973
+ pub const IP_RECVTTL : :: c_int = 65 ;
974
+ pub const IPV6_RECVHOPLIMIT : :: c_int = 37 ;
973
975
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
974
976
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
975
977
pub const IPV6_CHECKSUM : :: c_int = 26 ;
You can’t perform that action at this time.
0 commit comments