Searched refs:ai_next (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgetaddrinfo.c325 next = ai->ai_next;
383 pai->ai_next = NULL;
390 hints->ai_addr || hints->ai_next)
477 error = explore_null(pai, servname, &cur->ai_next,
481 &cur->ai_next, &svd);
486 while (cur->ai_next)
487 cur = cur->ai_next;
495 if (sentinel.ai_next)
529 error = explore_fqdn(pai, hostname, servname, &cur->ai_next,
532 while (cur && cur->ai_next)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgetaddrinfo.c215 next = ai->ai_next;
263 sentinel.ai_next = NULL;
273 pai->ai_next = NULL;
281 hints->ai_addr || hints->ai_next)
393 GET_AI(cur->ai_next, gai_afd, gai_afd->a_addrany, port);
395 * GET_CANONNAME(cur->ai_next, "anyaddr");
398 GET_AI(cur->ai_next, gai_afd, gai_afd->a_loopback,
401 * GET_CANONNAME(cur->ai_next, "localhost");
404 cur = cur->ai_next;
406 top = sentinel.ai_next;
[all...]
H A Daddrinfo.h136 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
H A Dsocketmodule.c821 if (res->ai_next) {
4118 for (res = res0; res; res = res->ai_next) {
4193 if (res->ai_next) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetAddrInfo/
H A DGetAddrInfo.c106 pInfo = pInfo->ai_next;
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetNameInfo/
H A DGetNameInfo.c106 pInfo = pInfo->ai_next;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Daddrinfo.h136 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Daddrinfo.h135 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
H A Dsocketmodule.c879 if (res->ai_next) {
4214 for (res = res0; res; res = res->ai_next) {
4295 if (res->ai_next) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Daddrinfo.h145 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dnetdb.h180 struct addrinfo *ai_next; /**< next structure in linked list */ member in struct:addrinfo

Completed in 28 milliseconds