Lines Matching defs:hent
156 struct hostent *hp, hent;
180 hent.h_name = NULL; /* XXX: gcc */
181 hent.h_addrtype = 0; /* XXX: gcc */
182 hent.h_length = 0; /* XXX: gcc */
202 hent.h_addrtype = af = hp->h_addrtype;
203 hent.h_length = hp->h_length;
205 HENT_SCOPY(hent.h_name, hp->h_name, ptr, len);
235 hp->h_addrtype = hent.h_addrtype;
236 hp->h_length = hent.h_length;
246 HENT_SCOPY(hp->h_name, hent.h_name, ptr, len);