Lines Matching refs:top
205 struct addrinfo *top = NULL;
367 top = sentinel.ai_next;
368 if (top)
401 GET_AI(top, &afdl[i], pton, port);
413 get_name(pton, &afdl[i], &top, pton, pai, port);
424 error = get_addr(hostname, pai->ai_family, &top, pai, port);
426 if (top) {
428 *res = top;
434 if (top)
435 freeaddrinfo(top);
547 struct addrinfo *top, *cur;
552 top = NULL;
619 top = cur->ai_next;
620 GET_CANONNAME(top, hp->h_name);
624 *res = top;
627 if (top)
628 freeaddrinfo(top);