Skip to content

Commit 5598401

Browse files
committed
Auto merge of #1972 - zonyitoo:master, r=JohnTitor
Add IPV6_BINDANY on FreeBSD https://github.com/freebsd/freebsd/blob/master/sys/netinet6/in6.h#L493
2 parents f4bd085 + 9578fa1 commit 5598401

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,7 @@ pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;
984984

985985
pub const IP_RECVTOS: ::c_int = 68;
986986

987+
pub const IPV6_BINDANY: ::c_int = 64;
987988
pub const IPV6_ORIGDSTADDR: ::c_int = 72;
988989
pub const IPV6_RECVORIGDSTADDR: ::c_int = IPV6_ORIGDSTADDR;
989990

0 commit comments

Comments
 (0)