Home
last modified time | relevance | path

Searched refs:NI_NAMEREQD (Results 1 - 25 of 28) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h119 #define NI_NAMEREQD 0x00000004 macro
H A Dgetnameinfo.c205 if (flags & NI_NAMEREQD)
H A Dsocketmodule.c8489 #ifdef NI_NAMEREQD
8490 PyModule_AddIntMacro(m, NI_NAMEREQD);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h39 #define NI_NAMEREQD 0x08 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h39 #define NI_NAMEREQD 0x08 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h39 #define NI_NAMEREQD 0x08 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h39 #define NI_NAMEREQD 0x08 macro
/third_party/musl/include/
H A Dnetdb.h56 #define NI_NAMEREQD 0x08 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c58 C(NI_NAMEREQD) in f()
/third_party/musl/src/network/
H A Dgetnameinfo.c195 if (flags & NI_NAMEREQD) return EAI_NONAME; in getnameinfo()
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c192 if (flags & NI_NAMEREQD) return EAI_NONAME; in getnameinfo()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c168 if (flags & NI_NAMEREQD) return EAI_NONAME; in getnameinfo()
/third_party/toybox/toys/pending/
H A Darp.c257 else if (!ip_to_host(&sa, NI_NAMEREQD)) host_name = toybuf; in arp_main()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs569 pub const NI_NAMEREQD: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs487 pub const NI_NAMEREQD: ::c_int = 0x0008; consts
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c827 host, BJNP_HOST_MAX , NULL, 0, NI_NAMEREQD) ) != 0 ) in get_scanner_name()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1007 pub const NI_NAMEREQD: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1336 pub const NI_NAMEREQD: ::c_int = 8; consts
/third_party/node/src/
H A Dcares_wrap.cc1640 NI_NAMEREQD); in GetNameInfo()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1974 pub const NI_NAMEREQD: ::c_int = 0x000000004; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1393 pub const NI_NAMEREQD: ::c_int = 0x00000004; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1470 pub const NI_NAMEREQD: ::c_int = 0x00000004; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1603 pub const NI_NAMEREQD: ::c_uint = 0x0004; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2490 pub const NI_NAMEREQD: ::c_int = 8; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1889 pub const NI_NAMEREQD: ::c_int = 8; consts

Completed in 85 milliseconds

12