Add IPV6_BINDANY on FreeBSD

This commit is contained in:
zonyitoo 2020-11-07 12:08:32 +08:00
parent d588f999e7
commit 9578fa1942
1 changed files with 1 additions and 0 deletions

View File

@ -984,6 +984,7 @@ pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;
pub const IP_RECVTOS: ::c_int = 68;
pub const IPV6_BINDANY: ::c_int = 64;
pub const IPV6_ORIGDSTADDR: ::c_int = 72;
pub const IPV6_RECVORIGDSTADDR: ::c_int = IPV6_ORIGDSTADDR;