Searched refs:ai_next (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getaddrinfo.c | 325 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/ |
D | getaddrinfo.c | 215 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 …]
|
D | addrinfo.h | 136 struct addrinfo *ai_next; /* next structure in linked list */ member
|
D | socketmodule.c | 821 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/ |
D | GetNameInfo.c | 106 pInfo = pInfo->ai_next; in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetAddrInfo/ |
D | GetAddrInfo.c | 106 pInfo = pInfo->ai_next; in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | addrinfo.h | 136 struct addrinfo *ai_next; /* next structure in linked list */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | addrinfo.h | 135 struct addrinfo *ai_next; /* next structure in linked list */ member
|
D | socketmodule.c | 879 if (res->ai_next) { in setipaddr() 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/ |
D | addrinfo.h | 145 struct addrinfo *ai_next; /* next structure in linked list */ member
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | netdb.h | 180 struct addrinfo *ai_next; /**< next structure in linked list */ member
|