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.
NI_*
netdb.h
1 parent 2a9c0c3 commit b8e6454Copy full SHA for b8e6454
src/unix/bsd/apple/mod.rs
@@ -1914,6 +1914,13 @@ pub const IUTF8: ::tcflag_t = 0x00004000;
1914
pub const CRTSCTS: ::tcflag_t = 0x00030000;
1915
1916
pub const NI_MAXHOST: ::socklen_t = 1025;
1917
+pub const NI_MAXSERV: ::socklen_t = 32;
1918
+pub const NI_NOFQDN: ::c_int = 0x00000001;
1919
+pub const NI_NUMERICHOST: ::c_int = 0x00000002;
1920
+pub const NI_NAMEREQD: ::c_int = 0x00000004;
1921
+pub const NI_NUMERICSERV: ::c_int = 0x00000008;
1922
+pub const NI_NUMERICSCOPE: ::c_int = 0x00000100;
1923
+pub const NI_DGRAM: ::c_int = 0x00000010;
1924
1925
pub const Q_GETQUOTA: ::c_int = 0x300;
1926
pub const Q_SETQUOTA: ::c_int = 0x400;
0 commit comments