Searched refs:ns (Results 1 - 3 of 3) sorted by relevance
/bionic/libc/dns/resolv/ |
H A D | res_send.c | 238 int ns; local 243 for (ns = 0; ns < statp->nscount; ns++) { 244 srv = (struct sockaddr_in *)(void *)get_nsaddr(statp, (size_t)ns); 256 for (ns = 0; ns < statp->nscount; ns++) { 257 srv6 = (struct sockaddr_in6 *)(void *)get_nsaddr(statp, (size_t)ns); 367 int gotsomewhere, terrno, try, v_circuit, resplen, ns, local 719 get_timeout(const res_state statp, const int ns) argument 736 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns) argument 1047 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns, int *v_circuit, int *gotsomewhere) argument [all...] |
H A D | res_init.c | 629 int ns; local 636 for (ns = 0; ns < statp->_u._ext.nscount; ns++) { 637 if (statp->_u._ext.nssocks[ns] != -1) { 638 (void) close(statp->_u._ext.nssocks[ns]); 639 statp->_u._ext.nssocks[ns] = -1;
|
H A D | res_cache.c | 2006 char** ns; local 2014 for (ns = cache_info->nameservers; *ns; ns++) 2027 ns = cache_info->nameservers; 2029 while(*ns) { 2030 if (strcmp(*ns, servers[i]) == 0) { 2034 ns++;
|
Completed in 56 milliseconds