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.
2 parents e4a1f26 + ec5c0ae commit 510baddCopy full SHA for 510badd
src/unix/linux_like/android/mod.rs
@@ -1062,6 +1062,13 @@ pub const O_NDELAY: ::c_int = 0x800;
1062
pub const O_DSYNC: ::c_int = 4096;
1063
1064
pub const NI_MAXHOST: ::size_t = 1025;
1065
+pub const NI_MAXSERV: ::size_t = 32;
1066
+
1067
+pub const NI_NOFQDN: ::c_int = 0x00000001;
1068
+pub const NI_NUMERICHOST: ::c_int = 0x00000002;
1069
+pub const NI_NAMEREQD: ::c_int = 0x00000004;
1070
+pub const NI_NUMERICSERV: ::c_int = 0x00000008;
1071
+pub const NI_DGRAM: ::c_int = 0x00000010;
1072
1073
pub const NCCS: usize = 19;
1074
pub const TCSBRKP: ::c_int = 0x5425;
0 commit comments