We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1e648 commit 9434d79Copy full SHA for 9434d79
libc-test/semver/apple.txt
@@ -487,6 +487,7 @@ IPV6_RECVPKTINFO
487
IPV6_RECVTCLASS
488
IPV6_TCLASS
489
IP_HDRINCL
490
+IP_BOUND_IF
491
IP_PKTINFO
492
IP_RECVDSTADDR
493
IP_RECVIF
src/unix/bsd/apple/mod.rs
@@ -2432,6 +2432,7 @@ pub const IP_RECVDSTADDR: ::c_int = 7;
2432
pub const IP_ADD_MEMBERSHIP: ::c_int = 12;
2433
pub const IP_DROP_MEMBERSHIP: ::c_int = 13;
2434
pub const IP_RECVIF: ::c_int = 20;
2435
+pub const IP_BOUND_IF: ::c_int = 25;
2436
pub const IP_PKTINFO: ::c_int = 26;
2437
pub const IP_RECVTOS: ::c_int = 27;
2438
pub const IPV6_JOIN_GROUP: ::c_int = 12;
0 commit comments