Lines Matching refs:hostent
81 static struct hostent host;
88 static struct hostent *res_gethostbyname2_context (struct resolv_context *,
92 static void map_v4v6_hostent (struct hostent *hp, char **bp, int *len) __THROW;
140 static struct hostent *
411 extern struct hostent *res_gethostbyname2(const char *name, int af);
414 struct hostent * in libresolv_hidden_proto()
426 struct hostent *hp = res_gethostbyname2_context (ctx, name, AF_INET6); in libresolv_hidden_proto()
433 struct hostent *hp = res_gethostbyname2_context (ctx, name, AF_INET); in libresolv_hidden_proto()
439 static struct hostent *
452 struct hostent *ret; in res_gethostbyname2_context()
567 struct hostent *
576 struct hostent *hp = res_gethostbyname2_context (ctx, name, AF_INET); in res_gethostbyname2()
583 static struct hostent *
598 struct hostent *hp; in res_gethostbyaddr_context()
678 struct hostent *
687 struct hostent *hp = res_gethostbyaddr_context (ctx, addr, len, af); in res_gethostbyaddr()
714 struct hostent *
781 struct hostent *
784 struct hostent *hp; in _gethtbyname()
795 struct hostent *
798 struct hostent *p; in _gethtbyname2()
818 struct hostent *
821 struct hostent *p; in _gethtbyaddr()
852 map_v4v6_hostent (struct hostent *hp, char **bpp, int *lenp) in map_v4v6_hostent()