Searched refs:hostent (Results 1 – 13 of 13) sorted by relevance
/resolv/ |
A D | netdb.h | 98 struct hostent struct 128 extern struct hostent *gethostent (void); 142 extern struct hostent *gethostbyname (const char *__name); 165 extern int gethostent_r (struct hostent *__restrict __result_buf, 167 struct hostent **__restrict __result, 172 struct hostent *__restrict __result_buf, 174 struct hostent **__restrict __result, 178 struct hostent *__restrict __result_buf, 180 struct hostent **__restrict __result, 184 struct hostent *__restrict __result_buf, [all …]
|
A D | compat-gethnamaddr.c | 414 struct hostent * in libresolv_hidden_proto() 567 struct hostent * 598 struct hostent *hp; in res_gethostbyaddr_context() 678 struct hostent * 714 struct hostent * 781 struct hostent * 784 struct hostent *hp; in _gethtbyname() 795 struct hostent * 798 struct hostent *p; in _gethtbyname2() 818 struct hostent * [all …]
|
A D | res_hconf.h | 50 extern void _res_hconf_trim_domains (struct hostent *hp); 51 extern void _res_hconf_reorder_addrs (struct hostent *hp);
|
A D | tst-res_hconf_reorder.c | 56 struct hostent ent; in resolve() 57 struct hostent *result; in resolve()
|
A D | tst-resolv-threads.c | 115 int ret, struct hostent *e, int family, int counter) in check_hostent() 247 struct hostent storage; in byname() 249 struct hostent *e = NULL; in byname() 290 struct hostent storage; in thread_byname2_af_inet6() 292 struct hostent *e = NULL; in thread_byname2_af_inet6()
|
A D | tst-resolv-trailing.c | 68 struct hostent storage; in do_test() 70 struct hostent *e; in do_test()
|
A D | tst-resolv-rotate.c | 143 struct hostent *e = gethostbyname (name); in check_forward_1() 149 struct hostent *e = gethostbyname2 (name, family); in check_forward_1() 156 struct hostent *e = gethostbyaddr (address, address_length, family); in check_forward_1()
|
A D | tst-resolv-nondecimal.c | 92 struct hostent storage; in run_query() 94 struct hostent *e = NULL; in run_query()
|
A D | mapv4v6hostent.h | 61 map_v4v6_hostent (struct hostent *hp, char **bpp, int *lenp) in map_v4v6_hostent()
|
A D | tst-resolv-basic.c | 144 struct hostent hostbuf; in check_h() 145 struct hostent *result; in check_h()
|
A D | res_hconf.c | 355 _res_hconf_reorder_addrs (struct hostent *hp) in _res_hconf_reorder_addrs() 560 _res_hconf_trim_domains (struct hostent *hp) in _res_hconf_trim_domains()
|
A D | tst-resolv-edns.c | 228 decode_hostent (struct hostent *e) in decode_hostent() 315 check_hostent (struct hostent *e) in check_hostent()
|
/resolv/nss_dns/ |
A D | dns-host.c | 116 struct hostent *result, char *buffer, 130 struct hostent *result, 154 _nss_dns_gethostbyname3_r (const char *name, int af, struct hostent *result, in _nss_dns_gethostbyname3_r() 174 const char *name, int af, struct hostent *result, in libc_hidden_def() 292 _nss_dns_gethostbyname2_r (const char *name, int af, struct hostent *result, in _nss_dns_gethostbyname2_r() 305 _nss_dns_gethostbyname_r (const char *name, struct hostent *result, in libc_hidden_def() 425 struct hostent *result, char *buffer, size_t buflen, in libc_hidden_def() 567 struct hostent *result, char *buffer, size_t buflen, in libc_hidden_def() 624 struct hostent *result, char *buffer, size_t buflen, in getanswer_r()
|
Completed in 24 milliseconds