Searched refs:AI_DEFAULT (Results 1 - 3 of 3) sorted by relevance

/external/netperf/src/missing/
H A Dgetaddrinfo.h111 #ifdef AI_DEFAULT
112 #undef AI_DEFAULT macro
179 #define AI_DEFAULT (AI_V4MAPPED | AI_ADDRCONFIG) macro
/external/python/cpython2/Modules/
H A Daddrinfo.h85 #undef AI_DEFAULT macro
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) macro
H A Dsocketmodule.c5462 #ifdef AI_DEFAULT
5463 PyModule_AddIntConstant(m, "AI_DEFAULT", AI_DEFAULT);

Completed in 76 milliseconds