Skip to content

Commit 0c1608a

Browse files
committed
Auto merge of #792 - justinlatimer:ip-bindany, r=alexcrichton
Add IP_BINDANY for FreeBSD Adds the IP_BINDANY constant for FreeBSD. Thanks!
2 parents 9742273 + 1daf1c2 commit 0c1608a

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,8 @@ pub const IPPROTO_DIVERT: ::c_int = 258;
651651
/// SeND pseudo-protocol
652652
pub const IPPROTO_SEND: ::c_int = 259;
653653

654+
pub const IP_BINDANY: ::c_int = 24;
655+
654656
pub const PF_SLOW: ::c_int = AF_SLOW;
655657
pub const PF_SCLUSTER: ::c_int = AF_SCLUSTER;
656658
pub const PF_ARP: ::c_int = AF_ARP;

0 commit comments

Comments
 (0)