Home
last modified time | relevance | path

Searched refs:AI_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
Daddrinfo.h85 #undef AI_DEFAULT
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) macro
Dsocketmodule.c8350 #ifdef AI_DEFAULT
8351 PyModule_AddIntMacro(m, AI_DEFAULT);
/external/python/cpython2/Modules/
Daddrinfo.h85 #undef AI_DEFAULT
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) macro
Dsocketmodule.c5462 #ifdef AI_DEFAULT
5463 PyModule_AddIntConstant(m, "AI_DEFAULT", AI_DEFAULT);
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1268 pub const AI_DEFAULT: ::c_int = AI_V4MAPPED_CFG | AI_ADDRCONFIG; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3048 pub const AI_DEFAULT: ::c_int = AI_V4MAPPED_CFG | AI_ADDRCONFIG; constant