Home | History | Annotate | Download | only in include

Lines Matching defs:hostent

84 struct hostent {
204 struct hostent *gethostbyaddr(const char *, int, int);
205 struct hostent *gethostbyname(const char *);
206 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
207 struct hostent *gethostbyname2(const char *, int);
208 struct hostent *gethostent(void);
229 void freehostent(struct hostent *);
230 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
231 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *);
232 int gethostent_r(struct hostent *, char *, size_t, struct hostent **, int *);
233 struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
234 struct hostent *getipnodebyname(const char *, int, int, int *);