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

/bionic/libc/dns/net/
H A Dgetaddrinfo.c335 next = ai->ai_next;
486 // struct addrinfo *ai_next; /* next structure in linked list */
532 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/tests/
H A Dnetdb_test.cpp55 for (addrinfo* p = ai; p != NULL; p = p->ai_next) {
97 tai = tai->ai_next;

Completed in 143 milliseconds