Home
last modified time | relevance | path

Searched refs:dnsrch (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_init.c182 pp = statp->dnsrch; in load_domain_search_list()
183 while ( pp < statp->dnsrch + MAXDNSRCH ) { in load_domain_search_list()
198 if (pp > statp->dnsrch) in load_domain_search_list()
294 pp = statp->dnsrch; in __res_vinit()
296 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
431 pp = statp->dnsrch; in __res_vinit()
433 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) { in __res_vinit()
554 pp = statp->dnsrch; in __res_vinit()
563 while (pp < statp->dnsrch + MAXDFLSRCH) { in __res_vinit()
574 for (pp = statp->dnsrch; *pp; pp++) in __res_vinit()
Dres_query.c275 for (domain = (const char * const *)statp->dnsrch; in res_nsearch()
/bionic/libc/private/
Dresolv_private.h154 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */ member
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1670 for (domain = (const char * const *)res->dnsrch; in res_searchN()