We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a817a commit 3e3b60eCopy full SHA for 3e3b60e
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -830,8 +830,16 @@ pub const TCP_PCAP_OUT: ::c_int = 2048;
830
pub const TCP_PCAP_IN: ::c_int = 4096;
831
832
pub const IP_BINDANY: ::c_int = 24;
833
+pub const IP_BINDMULTI: ::c_int = 25;
834
+pub const IP_RSS_LISTEN_BUCKET: ::c_int = 26;
835
+pub const IP_ORIGDSTADDR : ::c_int = 27;
836
+pub const IP_RECVORIGDSTADDR : ::c_int = IP_ORIGDSTADDR;
837
+
838
pub const IP_RECVTOS: ::c_int = 68;
839
840
+pub const IPV6_ORIGDSTADDR: ::c_int = 72;
841
+pub const IPV6_RECVORIGDSTADDR: ::c_int = IPV6_ORIGDSTADDR;
842
843
pub const PF_SLOW: ::c_int = AF_SLOW;
844
pub const PF_SCLUSTER: ::c_int = AF_SCLUSTER;
845
pub const PF_ARP: ::c_int = AF_ARP;
0 commit comments