File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1582,6 +1582,7 @@ pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK;
1582
1582
pub const SO_ORIGINAL_DST : :: c_int = 80 ;
1583
1583
pub const IP_ORIGDSTADDR : :: c_int = 20 ;
1584
1584
pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
1585
+ pub const IPV6_FLOWINFO : :: c_int = 11 ;
1585
1586
pub const IPV6_ORIGDSTADDR : :: c_int = 74 ;
1586
1587
pub const IPV6_RECVORIGDSTADDR : :: c_int = IPV6_ORIGDSTADDR ;
1587
1588
pub const IPV6_FLOWLABEL_MGR : :: c_int = 32 ;
Original file line number Diff line number Diff line change @@ -1593,6 +1593,7 @@ pub const ENOATTR: ::c_int = ::ENODATA;
1593
1593
pub const SO_ORIGINAL_DST : :: c_int = 80 ;
1594
1594
pub const IP_ORIGDSTADDR : :: c_int = 20 ;
1595
1595
pub const IP_RECVORIGDSTADDR : :: c_int = IP_ORIGDSTADDR ;
1596
+ pub const IPV6_FLOWINFO : :: c_int = 11 ;
1596
1597
pub const IPV6_ORIGDSTADDR : :: c_int = 74 ;
1597
1598
pub const IPV6_RECVORIGDSTADDR : :: c_int = IPV6_ORIGDSTADDR ;
1598
1599
pub const IPV6_FLOWLABEL_MGR : :: c_int = 32 ;
Original file line number Diff line number Diff line change @@ -826,7 +826,6 @@ pub const IPV6_2292PKTOPTIONS: ::c_int = 6;
826
826
pub const IPV6_CHECKSUM : :: c_int = 7 ;
827
827
pub const IPV6_2292HOPLIMIT : :: c_int = 8 ;
828
828
pub const IPV6_NEXTHOP : :: c_int = 9 ;
829
- pub const IPV6_FLOWINFO : :: c_int = 11 ;
830
829
pub const IPV6_UNICAST_HOPS : :: c_int = 16 ;
831
830
pub const IPV6_MULTICAST_IF : :: c_int = 17 ;
832
831
pub const IPV6_MULTICAST_HOPS : :: c_int = 18 ;
You can’t perform that action at this time.
0 commit comments