Searched defs:hostent (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetdb.h72 struct hostent { struct
100 struct hostent *lwip_gethostbyname(const char *name);
101 int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf,
102 size_t buflen, struct hostent **result, int *h_errnop);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dnetdb.h121 struct hostent { struct
294 void freehostent(struct hostent *);
298 struct hostent *gethostbyaddr(const char *, socklen_t, int);
299 struct hostent *gethostbyname(const char *);
301 struct hostent *gethostbyname2(const char *, int);
303 struct hostent *gethostent(void);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h85 struct hostent { struct
146 extern struct hostent *macsock_gethostbyaddr(const void *addr, int addrlen, int type);
215 extern struct hostent *gethostbyname(const char * name);
216 extern struct hostent *gethostbyaddr(const void *addr, int addrlen, int type);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c67 * a struct hostent* pointer. For example, Solaris and IRIX.
508 ** Copy a hostent, and all of the memory that it refers to into
512 struct hostent *from,
670 struct hostent *h;
675 struct hostent tmphe;
723 typedef struct hostent * (*_pr_getipnodebyname_t)(const char *, int,
725 typedef struct hostent * (*_pr_getipnodebyaddr_t)(const void *, size_t,
727 typedef void (*_pr_freehostent_t)(struct hostent *);
773 struct hostent *from,
812 struct hostent *
2033 PRHostEnt hostent; member in struct:PRAddrInfoFB
[all...]

Completed in 212 milliseconds