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.
SO_PROTOCOL
SO_DOMAIN
1 parent 28ab9b9 commit d277a88Copy full SHA for d277a88
libc-test/semver/openbsd.txt
@@ -778,8 +778,10 @@ SOCK_RAW
778
SOCK_RDM
779
SOMAXCONN
780
SO_BINDANY
781
+SO_DOMAIN
782
SO_NETPROC
783
SO_PEERCRED
784
+SO_PROTOCOL
785
SO_RTABLE
786
SO_SPLICE
787
SO_TIMESTAMP
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -999,6 +999,8 @@ pub const SO_NETPROC: ::c_int = 0x1020;
999
pub const SO_RTABLE: ::c_int = 0x1021;
1000
pub const SO_PEERCRED: ::c_int = 0x1022;
1001
pub const SO_SPLICE: ::c_int = 0x1023;
1002
+pub const SO_DOMAIN: ::c_int = 0x1024;
1003
+pub const SO_PROTOCOL: ::c_int = 0x1025;
1004
1005
// sys/netinet/in.h
1006
// Protocols (RFC 1700)
0 commit comments