Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Daddrinfo.h85 #undef AI_DEFAULT
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) macro
Dsocketmodule.c8212 #ifdef AI_DEFAULT
8213 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/bsd/apple/
Dmod.rs2813 pub const AI_DEFAULT: ::c_int = AI_V4MAPPED_CFG | AI_ADDRCONFIG; constant