Lines Matching refs:hostent
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 *, char *, int, int *h_errnop);
269 struct hostent *gethostbyname(const char *);
270 struct hostent *gethostent(void);
283 struct hostent *gethostbyaddr(const void *, socklen_t, int);
285 struct hostent *gethostbyaddr(const void *, size_t, int);
346 struct hostent *gethostbyname2(const char *, int);