Home | History | Annotate | Download | only in include

Lines Matching defs:hostent

84 struct hostent {
207 struct hostent *gethostbyaddr(const char *, int, int);
208 struct hostent *gethostbyname(const char *);
209 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
210 struct hostent *gethostbyname2(const char *, int);
211 struct hostent *gethostent(void);
232 void freehostent(struct hostent *);
233 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
234 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *);
235 int gethostent_r(struct hostent *, char *, size_t, struct hostent **, int *);
236 struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
237 struct hostent *getipnodebyname(const char *, int, int, int *);