Home
last modified time | relevance | path

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

/external/python/cpython3/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);
Dsocketmodule.c8338 #ifdef AI_ALL
8339 PyModule_AddIntMacro(m, AI_ALL);
/external/python/cpython2/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);
Dsocketmodule.c5450 #ifdef AI_ALL
5451 PyModule_AddIntConstant(m, "AI_ALL", AI_ALL);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_types.hpp148 # if defined(AI_ALL) && !defined(__QNXNTO__)
149 # define ASIO_OS_DEF_AI_ALL AI_ALL
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dresolver_query_base.hpp36 all_matching = ASIO_OS_DEF(AI_ALL),
/external/libevent/include/event2/
Dutil.h783 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
784 #define EVUTIL_AI_ALL AI_ALL
/external/libevent/
Devutil.c1135 #ifndef AI_ALL
1159 #ifdef AI_ALL
1160 AI_ALL |
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs995 pub const AI_ALL: ::c_int = 0x0010; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1264 pub const AI_ALL: ::c_int = 0x00000100; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1530 pub const AI_ALL: ::c_int = 0x0010; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3044 pub const AI_ALL: ::c_int = 0x00000100; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2461 pub const AI_ALL: ::c_int = 0x0010; constant