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

/illumos-gate/usr/src/stand/lib/sa/
H A Dnetdb.h57 struct hostent { struct
68 extern struct hostent *gethostbyname(const char *);
/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h56 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 Dnetdb.h32 struct hostent { struct
71 struct hostent *gethostbyname(), *gethostbyaddr(), *gethostent();
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h113 struct hostent { struct
137 struct hostent *hptr
140 struct hostent *
/illumos-gate/usr/src/head/
H A Dnetdb.h96 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 59 milliseconds