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

/bind-9.6-ESV-R11/lib/lwres/
H A Dgethost.c296 copytobuf(struct hostent *he, struct hostent *hptr, char *buf, int buflen) { argument
323 hptr->h_addrtype = he->h_addrtype;
324 n = hptr->h_length = he->h_length;
332 hptr->h_addr_list = ptr;
335 hptr->h_addr_list[i] = cp;
338 hptr->h_addr_list[i] = NULL;
346 hptr->h_name = cp;
352 hptr->h_aliases = ptr;
356 hptr->h_aliases[i] = cp;
359 hptr
[all...]

Completed in 13 milliseconds