Searched defs:hostent (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | netdb.h | 57 struct hostent { struct 68 extern struct hostent *gethostbyname(const char *);
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | netdb.h | 56 struct hostent { struct 90 struct hostent *gethostbyname_r 91 (const char *, struct hostent *, char *, int, int *h_errnop); 92 struct hostent *gethostbyaddr_r 93 (const char *, int, int, struct hostent *, char *, int, int *h_errnop); 94 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop); 117 struct hostent *gethostbyname(const char *); 118 struct hostent *gethostbyaddr(const char *, int, int); 119 struct hostent *gethosten [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | netdb.h | 32 struct hostent { struct 71 struct hostent *gethostbyname(), *gethostbyaddr(), *gethostent();
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/ |
H A D | iscsi_door.h | 113 struct hostent { struct 137 struct hostent *hptr 140 struct hostent *
|
/illumos-gate/usr/src/head/ |
H A D | netdb.h | 96 struct hostent { struct 238 struct hostent *gethostbyname_r 239 (const char *, struct hostent *, char *, int, int *h_errnop); 240 struct hostent *gethostbyaddr_r 241 (const char *, int, int, struct hostent *, char *, int, int *h_errnop); 242 struct hostent *getipnodebyname(const char *, int, int, int *); 243 struct hostent *getipnodebyaddr(const void *, size_t, int, int *); 244 void freehostent(struct hostent *); 245 struct hostent *gethostent_r(struct hostent *, cha [all...] |
Completed in 47 milliseconds