Home
last modified time | relevance | path

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

/nss/
A Dnss_test1.c72 static struct hostent *host_data = NULL; variable
117 host_data = t.host_table; in init()
118 for (i=0; ! HOST_ISLAST(& host_data[i]); i++) in init()
423 #define CURHOST host_data[host_iter]
521 if (strcmp (host_data[idx].h_name, name) == 0) in NAME()
522 return copy_host (ret, & host_data[idx], buffer, buflen, h_errnop); in NAME()
557 if (memcmp (host_data[idx].h_addr, addr, len) == 0) in NAME()
558 return copy_host (result, & host_data[idx], buffer, buflen, h_errnop); in NAME()

Completed in 5 milliseconds