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.
2 parents f4bd085 + 9578fa1 commit 5598401Copy full SHA for 5598401
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -984,6 +984,7 @@ pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;
984
985
pub const IP_RECVTOS: ::c_int = 68;
986
987
+pub const IPV6_BINDANY: ::c_int = 64;
988
pub const IPV6_ORIGDSTADDR: ::c_int = 72;
989
pub const IPV6_RECVORIGDSTADDR: ::c_int = IPV6_ORIGDSTADDR;
990
0 commit comments