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_DOMAIN
SO_PROTOTYPE
1 parent d277a88 commit 4e664ccCopy full SHA for 4e664cc
src/unix/solarish/mod.rs
@@ -1825,6 +1825,8 @@ pub const SO_SNDTIMEO: ::c_int = 0x1005;
1825
pub const SO_RCVTIMEO: ::c_int = 0x1006;
1826
pub const SO_ERROR: ::c_int = 0x1007;
1827
pub const SO_TYPE: ::c_int = 0x1008;
1828
+pub const SO_PROTOTYPE: ::c_int = 0x1009;
1829
+pub const SO_DOMAIN: ::c_int = 0x100c;
1830
pub const SO_TIMESTAMP: ::c_int = 0x1013;
1831
1832
pub const SCM_RIGHTS: ::c_int = 0x1010;
0 commit comments