Home
last modified time | relevance | path

Searched refs:h_name (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/netbsd/
Dgethnamaddr.c192 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 …]
/bionic/libc/netbsd/net/
Dgetnameinfo.c404 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);
/bionic/libc/include/
Dnetdb.h85 char *h_name; /* official name of host */ member