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

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos_r.h411 struct hostent hent; member in struct:__anon9655
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 in struct:__anon9657
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 in struct:__anon9659
496 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
[all...]

Completed in 103 milliseconds