Searched refs:AI_NUMERICSERV (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
H A Dnetdb.h217 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */ macro
219 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.c4187 #if defined(__APPLE__) && defined(AI_NUMERICSERV)
4188 if ((flags & AI_NUMERICSERV) && (pptr == NULL || (pptr[0] == '0' && pptr[1] == 0))) {
4190 * if AI_NUMERICSERV is set and the servname is NULL or "0".
5419 #ifdef AI_NUMERICSERV
5420 PyModule_AddIntConstant(m, "AI_NUMERICSERV", AI_NUMERICSERV);
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgetaddrinfo.c955 if (ai->ai_flags & AI_NUMERICSERV)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.c5317 #ifdef AI_NUMERICSERV
5318 PyModule_AddIntConstant(m, "AI_NUMERICSERV", AI_NUMERICSERV);

Completed in 161 milliseconds