Auto merge of #792 - justinlatimer:ip-bindany, r=alexcrichton

Add IP_BINDANY for FreeBSD

Adds the IP_BINDANY constant for FreeBSD. Thanks!
This commit is contained in:
bors 2017-10-05 20:38:30 +00:00
commit 0c1608ab99
1 changed files with 2 additions and 0 deletions

View File

@ -651,6 +651,8 @@ pub const IPPROTO_DIVERT: ::c_int = 258;
/// SeND pseudo-protocol
pub const IPPROTO_SEND: ::c_int = 259;
pub const IP_BINDANY: ::c_int = 24;
pub const PF_SLOW: ::c_int = AF_SLOW;
pub const PF_SCLUSTER: ::c_int = AF_SCLUSTER;
pub const PF_ARP: ::c_int = AF_ARP;