Home
last modified time | relevance | path

Searched refs:AI_ALL (Results 1 - 25 of 29) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h81 #undef AI_ALL macro
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
H A Dgetaddrinfo.c38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
554 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
H A Dsocketmodule.c8462 #ifdef AI_ALL
8463 PyModule_AddIntMacro(m, AI_ALL);
/third_party/node/lib/internal/dns/
H A Dutils.js260 const { AI_ADDRCONFIG, AI_ALL, AI_V4MAPPED } = lazyBinding();
261 if ((hints & ~(AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED)) !== 0) {
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c57 hint.ai_flags = AI_ALL; in getaddrinfo_0200()
192 hint.ai_flags = AI_ALL; in getaddrinfo_1000()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h87 #define AI_ALL 0x20 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h31 #define AI_ALL 0x10 macro
/third_party/musl/include/
H A Dnetdb.h48 #define AI_ALL 0x10 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c54 C(AI_ALL) in f()
/third_party/libcoap/examples/
H A Dtiny.c102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
H A Dcoap-client.c1545 AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL, in get_session()
/third_party/musl/src/network/
H A Dgetaddrinfo.c37 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo()
H A Dlookup_name.c480 if (!(flags & AI_ALL)) { in lookup_name_ext()
/third_party/node/lib/
H A Ddns.js314 ALL: cares.AI_ALL,
/third_party/musl/Benchmark/musl/
H A Dlibc_network.cpp64 hint.ai_flags = AI_ALL; // Find IPv4 and IPV6 in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
/third_party/musl/porting/linux/user/src/network/
H A Dgetaddrinfo.c122 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
H A Dlookup_name.c412 if (!(flags & AI_ALL)) { in lookup_name_ext()
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c137 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
/third_party/node/src/
H A Dcares_wrap.cc48 #ifndef AI_ALL
49 # define AI_ALL 0 macro
1903 "AI_ALL"), in Initialize()
1904 Integer::New(env->isolate(), AI_ALL)).Check(); in Initialize()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs467 pub const AI_ALL: ::c_int = 0x0010; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs989 pub const AI_ALL: ::c_int = 0x0010; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs759 pub const AI_ALL: ::c_int = 0x00000100; consts

Completed in 55 milliseconds

12