/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
getaddrinfo.c | 71 static struct in6_addr faith_prefix = IN6ADDR_GAI_ANY_INIT;
variable in typeref:struct:in6_addr 255 if (q && inet_pton(AF_INET6, q, &faith_prefix) == 1)
611 memcpy(&in6->s6_addr32[0], &faith_prefix,
|
/external/python/cpython2/Modules/ |
getaddrinfo.c | 71 static struct in6_addr faith_prefix = IN6ADDR_GAI_ANY_INIT; variable in typeref:struct:in6_addr 255 if (q && inet_pton(AF_INET6, q, &faith_prefix) == 1) 611 memcpy(&in6->s6_addr32[0], &faith_prefix,
|
/external/python/cpython3/Modules/ |
getaddrinfo.c | 71 static struct in6_addr faith_prefix = IN6ADDR_GAI_ANY_INIT; variable in typeref:struct:in6_addr 255 if (q && inet_pton(AF_INET6, q, &faith_prefix) == 1) 611 memcpy(&in6->s6_addr32[0], &faith_prefix,
|