Home
last modified time | relevance | path

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

/nss/
A Dtest-netdb.c115 output_hostent (const char *call, struct hostent *hptr) in output_hostent() argument
120 if (hptr == NULL) in output_hostent()
125 call, hptr->h_name, hptr->h_addrtype); in output_hostent()
126 if (hptr->h_aliases) in output_hostent()
127 for (pptr = hptr->h_aliases; *pptr != NULL; pptr++) in output_hostent()
130 for (pptr = hptr->h_addr_list; *pptr != NULL; pptr++) in output_hostent()
132 inet_ntop (hptr->h_addrtype, *pptr, buf, sizeof (buf))); in output_hostent()

Completed in 4 milliseconds