Home
last modified time | relevance | path

Searched refs:AI_ADDRCONFIG (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
Dgetaddrinfo.c551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
Dsocketmodule.c5329 #ifdef AI_ADDRCONFIG
5330 PyModule_AddIntConstant(m, "AI_ADDRCONFIG", AI_ADDRCONFIG);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h92 #undef AI_ADDRCONFIG
105 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
108 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ macro
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
Dsocketmodule.c5431 #ifdef AI_ADDRCONFIG
5432 PyModule_AddIntConstant(m, "AI_ADDRCONFIG", AI_ADDRCONFIG);
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DwebRTC.cpp84 AI_ADDRCONFIG, in main()