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 @@ -501,6 +501,7 @@ IPV6_DONTFRAG
501501IP_HDRINCL
502502IP_RECVDSTADDR
503503IP_RECVIF
504+ IP_RECVTTL
504505IP_SENDSRCADDR
505506IP_TOS
506507ITIMER_PROF
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
Original file line number Diff line number Diff line change @@ -970,6 +970,7 @@ 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 ;
973974pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
974975pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
975976pub const IPV6_CHECKSUM : :: c_int = 26 ;
You can’t perform that action at this time.
0 commit comments