OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AI_V4MAPPED_CFG
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h
82
#undef
AI_V4MAPPED_CFG
95
#define
AI_V4MAPPED_CFG
0x00000200 /* accept IPv4-mapped if kernel supports */
99
#define AI_DEFAULT (
AI_V4MAPPED_CFG
| AI_ADDRCONFIG)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h
82
#undef
AI_V4MAPPED_CFG
95
#define
AI_V4MAPPED_CFG
0x00000200 /* accept IPv4-mapped if kernel supports */
99
#define AI_DEFAULT (
AI_V4MAPPED_CFG
| AI_ADDRCONFIG)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h
91
#undef
AI_V4MAPPED_CFG
104
#define
AI_V4MAPPED_CFG
0x00000200 /* accept IPv4-mapped if kernel supports */
108
#define AI_DEFAULT (
AI_V4MAPPED_CFG
| AI_ADDRCONFIG)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h
82
#undef
AI_V4MAPPED_CFG
95
#define
AI_V4MAPPED_CFG
0x00000200 /* accept IPv4-mapped if kernel supports */
99
#define AI_DEFAULT (
AI_V4MAPPED_CFG
| AI_ADDRCONFIG)
/external/python/cpython2/Modules/
addrinfo.h
82
#undef
AI_V4MAPPED_CFG
95
#define
AI_V4MAPPED_CFG
0x00000200 /* accept IPv4-mapped if kernel supports */
99
#define AI_DEFAULT (
AI_V4MAPPED_CFG
| AI_ADDRCONFIG)
/external/python/cpython3/Modules/
addrinfo.h
82
#undef
AI_V4MAPPED_CFG
95
#define
AI_V4MAPPED_CFG
0x00000200 /* accept IPv4-mapped if kernel supports */
99
#define AI_DEFAULT (
AI_V4MAPPED_CFG
| AI_ADDRCONFIG)
/bionic/libc/include/
netdb.h
166
#define
AI_V4MAPPED_CFG
0x00000200 /* accept IPv4-mapped if kernel supports */
170
#define AI_DEFAULT (
AI_V4MAPPED_CFG
| AI_ADDRCONFIG)
Completed in 1391 milliseconds