Searched refs:EAI_ADDRFAMILY (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
H A Daddrinfo.h35 #ifdef EAI_ADDRFAMILY
40 #undef EAI_ADDRFAMILY macro
56 #endif /* EAI_ADDRFAMILY */
58 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
H A Dsocketmodule.c5390 #ifdef EAI_ADDRFAMILY
5391 PyModule_AddIntConstant(m, "EAI_ADDRFAMILY", EAI_ADDRFAMILY);
/external/netperf/src/missing/
H A Dgetaddrinfo.h56 #ifdef EAI_ADDRFAMILY
57 #undef EAI_ADDRFAMILY macro
157 #define EAI_ADDRFAMILY 1 macro
/external/libevent/include/event2/
H A Dutil.h531 #ifdef EAI_ADDRFAMILY
532 #define EVUTIL_EAI_ADDRFAMILY EAI_ADDRFAMILY
/external/libnl/lib/
H A Daddr.c770 case EAI_ADDRFAMILY: return -NLE_AF_NOSUPPORT;
/external/libpcap/
H A Dgencode.c129 #ifndef EAI_ADDRFAMILY
140 #endif /* EAI_ADDRFAMILY */

Completed in 181 milliseconds