Home
last modified time | relevance | path

Searched refs:AI_ALL (Results 1 – 25 of 35) sorted by relevance

12

/third_party/python/Modules/
Daddrinfo.h81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
Dgetaddrinfo.c551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetaddrinfo.c57 hint.ai_flags = AI_ALL; in getaddrinfo_0200()
192 hint.ai_flags = AI_ALL; in getaddrinfo_1000()
/third_party/node/lib/internal/dns/
Dutils.js260 const { AI_ADDRCONFIG, AI_ALL, AI_V4MAPPED } = lazyBinding();
261 if ((hints & ~(AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED)) !== 0) {
/third_party/lwip/src/include/lwip/
Dnetdb.h87 #define AI_ALL 0x20 macro
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/libc-test/src/api/
Dnetdb.c54 C(AI_ALL) in f()
/third_party/musl/include/
Dnetdb.h48 #define AI_ALL 0x10 macro
/third_party/libcoap/examples/
Dtiny.c102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
Dcoap-client.c1545 AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL, in get_session()
/third_party/musl/src/network/
Dgetaddrinfo.c37 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo()
Dlookup_name.c413 if (!(flags & AI_ALL)) { in lookup_name_ext()
/third_party/musl/Benchmark/musl/
Dlibc_network.cpp64 hint.ai_flags = AI_ALL; // Find IPv4 and IPV6 in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
/third_party/node/lib/
Ddns.js314 ALL: cares.AI_ALL,
/third_party/musl/porting/linux/user/src/network/
Dgetaddrinfo.c122 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
Dlookup_name.c412 if (!(flags & AI_ALL)) { in lookup_name_ext()
/third_party/musl/src/network/linux/
Dgetaddrinfo.c134 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
/third_party/node/src/
Dcares_wrap.cc48 #ifndef AI_ALL
49 # define AI_ALL 0 macro
1904 Integer::New(env->isolate(), AI_ALL)).Check(); in Initialize()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt63 AI_ALL
Dfreebsd.txt62 AI_ALL
Dapple.txt55 AI_ALL
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs467 pub const AI_ALL: ::c_int = 0x0010; constant

12