Searched refs:h_name (Results 1 – 3 of 3) sorted by relevance
192 rs->host.h_name = NULL; in getanswer()235 rs->host.h_name = bp; in getanswer()238 qname = rs->host.h_name; in getanswer()297 rs->host.h_name = bp; in getanswer()352 rs->host.h_name = bp; in getanswer()367 rs->host.h_name = bp; in getanswer()382 if (strcasecmp(rs->host.h_name, bp) != 0) { in getanswer()384 AskedForGot, rs->host.h_name, bp); in getanswer()403 rs->host.h_name = bp; in getanswer()447 if (!rs->host.h_name) { in getanswer()[all …]
404 hp->h_name = android_proxy_buf;422 p = strchr(hp->h_name, '.');427 if (strlen(hp->h_name) + 1 > (size_t)hostlen) {430 strlcpy(host, hp->h_name, hostlen);
85 char *h_name; /* official name of host */ member