File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1573,6 +1573,7 @@ pub const IP_HDRINCL: ::c_int = 2;
1573
1573
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
1574
1574
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
1575
1575
pub const IP_PKTINFO : :: c_int = 26 ;
1576
+ pub const IP_RECVTOS : :: c_int = 27 ;
1576
1577
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
1577
1578
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
1578
1579
pub const IPV6_RECVTCLASS : :: c_int = 35 ;
Original file line number Diff line number Diff line change @@ -664,6 +664,7 @@ pub const IP_RECVDSTADDR: ::c_int = 7;
664
664
pub const IP_SENDSRCADDR : :: c_int = IP_RECVDSTADDR ;
665
665
pub const IP_ADD_MEMBERSHIP : :: c_int = 12 ;
666
666
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
667
+ pub const IP_RECVTOS : :: c_int = 68 ;
667
668
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
668
669
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
669
670
pub const IPV6_RECVPKTINFO : :: c_int = 36 ;
You can’t perform that action at this time.
0 commit comments