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

/bionic/libc/dns/net/
H A Dgetaddrinfo.c333 next = ai->ai_next;
485 // struct addrinfo *ai_next; /* next structure in linked list */
531 nextres = &ai->ai_next;
608 pai->ai_next = NULL;
615 hints->ai_addr || hints->ai_next)
702 error = explore_null(pai, servname, &cur->ai_next);
705 &cur->ai_next);
710 while (cur->ai_next)
711 cur = cur->ai_next;
719 if (sentinel.ai_next)
[all...]
/bionic/libc/include/
H A Dnetdb.h118 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/bionic/tools/versioner/current/
H A Dnetdb.h118 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/bionic/tests/
H A Dnetdb_test.cpp55 for (addrinfo* p = ai; p != NULL; p = p->ai_next) {
97 tai = tai->ai_next;
/bionic/libc/dns/resolv/
H A Dres_cache.c2222 if (info->nsaddrinfo[i]->ai_next != NULL) {
2224 XLOG("%s: nsaddrinfo[%d].ai_next != NULL", __FUNCTION__, i);

Completed in 111 milliseconds