Home
last modified time | relevance | path

Searched refs:ai_next (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetaddrinfo.c325 next = ai->ai_next; in freeaddrinfo()
383 pai->ai_next = NULL; in getaddrinfo()
390 hints->ai_addr || hints->ai_next) in getaddrinfo()
477 error = explore_null(pai, servname, &cur->ai_next, in getaddrinfo()
481 &cur->ai_next, &svd); in getaddrinfo()
486 while (cur->ai_next) in getaddrinfo()
487 cur = cur->ai_next; in getaddrinfo()
495 if (sentinel.ai_next) in getaddrinfo()
529 error = explore_fqdn(pai, hostname, servname, &cur->ai_next, in getaddrinfo()
532 while (cur && cur->ai_next) in getaddrinfo()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c215 next = ai->ai_next; in freeaddrinfo()
263 sentinel.ai_next = NULL; in getaddrinfo()
273 pai->ai_next = NULL; in getaddrinfo()
281 hints->ai_addr || hints->ai_next) in getaddrinfo()
393 GET_AI(cur->ai_next, gai_afd, gai_afd->a_addrany, port); in getaddrinfo()
398 GET_AI(cur->ai_next, gai_afd, gai_afd->a_loopback, in getaddrinfo()
404 cur = cur->ai_next; in getaddrinfo()
406 top = sentinel.ai_next; in getaddrinfo()
546 sentinel.ai_next = NULL;
609 GET_AI(cur->ai_next, &gai_afdl[N_INET6], ap, port);
[all …]
Daddrinfo.h136 struct addrinfo *ai_next; /* next structure in linked list */ member
Dsocketmodule.c821 if (res->ai_next) { in setipaddr()
4118 for (res = res0; res; res = res->ai_next) {
4193 if (res->ai_next) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetNameInfo/
DGetNameInfo.c106 pInfo = pInfo->ai_next; in main()
/device/generic/goldfish/tnc/
Dmain.cpp42 for (struct addrinfo* addr = addrs; addr != nullptr; addr = addr->ai_next) { in runClient()
68 for (struct addrinfo* addr = addrs; addr != nullptr; addr = addr->ai_next) { in runServer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetAddrInfo/
DGetAddrInfo.c106 pInfo = pInfo->ai_next; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h136 struct addrinfo *ai_next; /* next structure in linked list */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h145 struct addrinfo *ai_next; /* next structure in linked list */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h135 struct addrinfo *ai_next; /* next structure in linked list */ member
Dsocketmodule.c879 if (res->ai_next) { in setipaddr()
4214 for (res = res0; res; res = res->ai_next) {
4295 if (res->ai_next) {
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h180 struct addrinfo *ai_next; /**< next structure in linked list */ member