Skip to content

Commit 9578fa1

Browse files
committed
Add IPV6_BINDANY on FreeBSD
1 parent d588f99 commit 9578fa1

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)