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

/haiku/src/system/libnetwork/netresolv/net/
H A Dsethostent.c163 struct hostent *hp, hent; local
186 hent.h_name = NULL; /* XXX: gcc */
187 hent.h_addrtype = 0; /* XXX: gcc */
188 hent.h_length = 0; /* XXX: gcc */
208 hent.h_addrtype = af = hp->h_addrtype;
209 hent.h_length = hp->h_length;
211 HENT_SCOPY(hent.h_name, hp->h_name, ptr, len);
241 hp->h_addrtype = hent.h_addrtype;
242 hp->h_length = hent.h_length;
252 HENT_SCOPY(hp->h_name, hent
[all...]
H A Dgethnamaddr.c216 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he)
238 hent->h_name = NULL;
280 hent->h_name = bp;
283 qname = hent->h_name;
285 hent->h_aliases = ap = aliases;
286 hent->h_addr_list = hap = addr_ptrs;
337 hent->h_name = bp;
389 hent->h_name = bp;
402 hent->h_name = bp;
410 map_v4v6_hostent(hent,
215 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) argument
742 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) argument
[all...]
H A Dgetnameinfo.c383 struct hostent hent; local
386 hp = gethostbyaddr_r(addr, afd->a_addrlen, afd->a_af, &hent,

Completed in 42 milliseconds