Searched refs:hent (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xos_r.h | 411 struct hostent hent; member 425 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \ 427 ((hp).hent.h_name = (hp).h_name), \ 428 ((hp).hptr = &(hp).hent), \ 471 struct hostent hent; member 480 gethostbyname_r((h),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr) 482 gethostbyaddr_r((a),(al),(t),&(hp).hent,(hp).hbuf,sizeof((hp).hbuf),&(hp).herr) 487 struct hostent hent; member 496 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent)) 499 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
|