Lines Matching refs:hostent
107 static struct hostent *getanswer(const querybuf *, int, const char *, int,
110 static void map_v4v6_hostent(struct hostent *, char **, char *);
115 static struct hostent *_gethtent(void);
118 struct hostent *ht_gethostbyname(char *);
119 struct hostent *ht_gethostbyaddr(const char *, int, int);
125 static struct hostent *_gethtbyname2(const char *, int);
129 static struct hostent *gethostbyname_internal(const char *, int, res_state, const char *, int);
176 static struct hostent *
471 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, in gethostbyname_r()
472 struct hostent**result, int *errorp) in gethostbyname_r()
474 struct hostent *res; in gethostbyname_r()
487 struct hostent *
490 struct hostent *hp; in gethostbyname()
511 struct hostent *
517 struct hostent *
520 struct hostent *hp; in android_gethostbynameforiface()
556 static struct hostent *
620 static struct hostent *
626 struct hostent *hp; in gethostbyname_internal_real()
743 static struct hostent *
748 struct hostent *result = NULL; in gethostbyname_internal()
782 struct hostent *
786 struct hostent *result = NULL; in android_gethostbyaddrforiface_proxy()
812 struct hostent *
818 struct hostent *hp; in android_gethostbyaddrforiface_real()
868 struct hostent *
880 struct hostent *
911 static struct hostent *
991 struct hostent *hp; in _gethtbyname()
1016 *((struct hostent **)rv) = hp; in _gethtbyname()
1024 static struct hostent *
1027 struct hostent *p; in _gethtbyname2()
1118 struct hostent *p; in _gethtbyaddr()
1138 *((struct hostent **)rv) = p; in _gethtbyaddr()
1168 map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) in map_v4v6_hostent()
1238 struct hostent *
1253 struct hostent *hp; in _dns_gethtbyname()
1303 *((struct hostent **)rv) = hp; in _dns_gethtbyname()
1314 struct hostent *hp; in _dns_gethtbyaddr()
1405 *((struct hostent **)rv) = hp; in _dns_gethtbyaddr()