File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -1363,6 +1363,11 @@ pub const IP_ORIGDSTADDR : ::c_int = 20;
1363
1363
pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
1364
1364
pub const IPV6_ORIGDSTADDR : :: c_int = 74 ;
1365
1365
pub const IPV6_RECVORIGDSTADDR : :: c_int = IPV6_ORIGDSTADDR ;
1366
+ pub const IPV6_FLOWINFO : :: c_int = 11 ;
1367
+ pub const IPV6_FLOWLABEL_MGR : :: c_int = 32 ;
1368
+ pub const IPV6_FLOWINFO_SEND : :: c_int = 33 ;
1369
+ pub const IPV6_FLOWINFO_FLOWLABEL : :: c_int = 0x000fffff ;
1370
+ pub const IPV6_FLOWINFO_PRIORITY : :: c_int = 0x0ff00000 ;
1366
1371
pub const IUTF8 : :: tcflag_t = 0x00004000 ;
1367
1372
pub const CMSPAR : :: tcflag_t = 0o10000000000 ;
1368
1373
pub const O_TMPFILE : :: c_int = 0o20000000 | O_DIRECTORY ;
Original file line number Diff line number Diff line change @@ -1416,6 +1416,11 @@ pub const IP_ORIGDSTADDR : ::c_int = 20;
1416
1416
pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
1417
1417
pub const IPV6_ORIGDSTADDR : :: c_int = 74 ;
1418
1418
pub const IPV6_RECVORIGDSTADDR : :: c_int = IPV6_ORIGDSTADDR ;
1419
+ pub const IPV6_FLOWINFO : :: c_int = 11 ;
1420
+ pub const IPV6_FLOWLABEL_MGR : :: c_int = 32 ;
1421
+ pub const IPV6_FLOWINFO_SEND : :: c_int = 33 ;
1422
+ pub const IPV6_FLOWINFO_FLOWLABEL : :: c_int = 0x000fffff ;
1423
+ pub const IPV6_FLOWINFO_PRIORITY : :: c_int = 0x0ff00000 ;
1419
1424
pub const IUTF8 : :: tcflag_t = 0x00004000 ;
1420
1425
pub const CMSPAR : :: tcflag_t = 0o10000000000 ;
1421
1426
Original file line number Diff line number Diff line change @@ -800,24 +800,18 @@ pub const IP_RECVTOS: ::c_int = 13;
800
800
pub const IP_ADD_MEMBERSHIP : :: c_int = 35 ;
801
801
pub const IP_DROP_MEMBERSHIP : :: c_int = 36 ;
802
802
pub const IP_TRANSPARENT : :: c_int = 19 ;
803
- pub const IPV6_FLOWINFO : :: c_int = 11 ;
804
803
pub const IPV6_UNICAST_HOPS : :: c_int = 16 ;
805
804
pub const IPV6_MULTICAST_IF : :: c_int = 17 ;
806
805
pub const IPV6_MULTICAST_HOPS : :: c_int = 18 ;
807
806
pub const IPV6_MULTICAST_LOOP : :: c_int = 19 ;
808
807
pub const IPV6_ADD_MEMBERSHIP : :: c_int = 20 ;
809
808
pub const IPV6_DROP_MEMBERSHIP : :: c_int = 21 ;
810
809
pub const IPV6_V6ONLY : :: c_int = 26 ;
811
- pub const IPV6_FLOWLABEL_MGR : :: c_int = 32 ;
812
- pub const IPV6_FLOWINFO_SEND : :: c_int = 33 ;
813
810
pub const IPV6_RECVPKTINFO : :: c_int = 49 ;
814
811
pub const IPV6_PKTINFO : :: c_int = 50 ;
815
812
pub const IPV6_RECVTCLASS : :: c_int = 66 ;
816
813
pub const IPV6_TCLASS : :: c_int = 67 ;
817
814
818
- pub const IPV6_FLOWINFO_FLOWLABEL : :: c_int = 0x000fffff ;
819
- pub const IPV6_FLOWINFO_PRIORITY : :: c_int = 0x0ff00000 ;
820
-
821
815
pub const TCP_NODELAY : :: c_int = 1 ;
822
816
pub const TCP_MAXSEG : :: c_int = 2 ;
823
817
pub const TCP_CORK : :: c_int = 3 ;
You can’t perform that action at this time.
0 commit comments