File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1575,6 +1575,8 @@ pub const IP_DROP_MEMBERSHIP: ::c_int = 13;
1575
1575
pub const IP_PKTINFO : :: c_int = 26 ;
1576
1576
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
1577
1577
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
1578
+ pub const IPV6_RECVTCLASS : :: c_int = 35 ;
1579
+ pub const IPV6_TCLASS : :: c_int = 36 ;
1578
1580
pub const IPV6_PKTINFO : :: c_int = 46 ;
1579
1581
pub const IPV6_RECVPKTINFO : :: c_int = 61 ;
1580
1582
Original file line number Diff line number Diff line change @@ -668,6 +668,8 @@ pub const IPV6_JOIN_GROUP: ::c_int = 12;
668
668
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
669
669
pub const IPV6_RECVPKTINFO : :: c_int = 36 ;
670
670
pub const IPV6_PKTINFO : :: c_int = 46 ;
671
+ pub const IPV6_RECVTCLASS : :: c_int = 57 ;
672
+ pub const IPV6_TCLASS : :: c_int = 61 ;
671
673
672
674
pub const TCP_NOPUSH : :: c_int = 4 ;
673
675
pub const TCP_NOOPT : :: c_int = 8 ;
Original file line number Diff line number Diff line change @@ -430,6 +430,8 @@ pub const IP_ADD_MEMBERSHIP: ::c_int = 12;
430
430
pub const IP_DROP_MEMBERSHIP : :: c_int = 13 ;
431
431
pub const IPV6_RECVPKTINFO : :: c_int = 36 ;
432
432
pub const IPV6_PKTINFO : :: c_int = 46 ;
433
+ pub const IPV6_RECVTCLASS : :: c_int = 57 ;
434
+ pub const IPV6_TCLASS : :: c_int = 61 ;
433
435
434
436
pub const SOL_SOCKET : :: c_int = 0xffff ;
435
437
pub const SO_DEBUG : :: c_int = 0x01 ;
Original file line number Diff line number Diff line change @@ -640,6 +640,8 @@ pub const IPV6_DROP_MEMBERSHIP: ::c_int = 21;
640
640
pub const IPV6_V6ONLY : :: c_int = 26 ;
641
641
pub const IPV6_RECVPKTINFO : :: c_int = 49 ;
642
642
pub const IPV6_PKTINFO : :: c_int = 50 ;
643
+ pub const IPV6_RECVTCLASS : :: c_int = 66 ;
644
+ pub const IPV6_TCLASS : :: c_int = 67 ;
643
645
644
646
pub const TCP_NODELAY : :: c_int = 1 ;
645
647
pub const TCP_MAXSEG : :: c_int = 2 ;
You can’t perform that action at this time.
0 commit comments