File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
AIO_ALLDONE
2
2
AIO_CANCELED
3
3
AIO_NOTCANCELED
4
+ IPV6_BOUND_IF
4
5
IPV6_DONTFRAG
5
6
IPV6_PKTINFO
6
7
IPV6_RECVTCLASS
7
8
IPV6_TCLASS
9
+ IP_BOUND_IF
8
10
IP_DONTFRAG
9
11
IP_PKTINFO
10
12
IP_TOS
Original file line number Diff line number Diff line change @@ -1148,6 +1148,7 @@ pub const IPV6_DONTFRAG: c_int = 0x21;
1148
1148
pub const IPV6_SEC_OPT : c_int = 0x22 ;
1149
1149
pub const IPV6_TCLASS : c_int = 0x26 ;
1150
1150
pub const IPV6_V6ONLY : c_int = 0x27 ;
1151
+ pub const IPV6_BOUND_IF : c_int = 0x41 ;
1151
1152
1152
1153
cfg_if ! {
1153
1154
if #[ cfg( target_pointer_width = "64" ) ] {
@@ -1691,6 +1692,7 @@ pub const IP_ADD_SOURCE_MEMBERSHIP: c_int = 23;
1691
1692
pub const IP_DROP_SOURCE_MEMBERSHIP : c_int = 24 ;
1692
1693
pub const IP_BLOCK_SOURCE : c_int = 21 ;
1693
1694
pub const IP_UNBLOCK_SOURCE : c_int = 22 ;
1695
+ pub const IP_BOUND_IF : c_int = 0x41 ;
1694
1696
1695
1697
// These TCP socket options are common between illumos and Solaris, while higher
1696
1698
// numbers have generally diverged:
You can’t perform that action at this time.
0 commit comments