Searched refs:__lookup_ipliteral (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/linux/user/src/network/ |
H A D | resolvconf.c | 170 if (__lookup_ipliteral(conf->ns + nns, config.nameservers[i], AF_UNSPEC) > 0) { in get_resolv_conf_ext() 227 if (__lookup_ipliteral(conf->ns+nns, p, AF_UNSPEC) > 0) in get_resolv_conf_ext() 247 __lookup_ipliteral(conf->ns, "127.0.0.1", AF_UNSPEC); in get_resolv_conf_ext()
|
H A D | lookup.h | 63 hidden int __lookup_ipliteral(struct address buf[static 1], const char *name, int family);
|
H A D | getnameinfo.c | 82 if (__lookup_ipliteral(&iplit, line, AF_UNSPEC)<=0) in reverse_hosts()
|
H A D | lookup_name.c | 59 return __lookup_ipliteral(buf, name, family); in name_from_numeric() 743 if (__lookup_ipliteral(buf+cnt, pinfo->ip, family) == 1) { in predefined_host_name_from_hosts()
|
/third_party/musl/src/network/ |
H A D | resolvconf.c | 160 if (__lookup_ipliteral(conf->ns + nns, config.nameservers[i], AF_UNSPEC) > 0) { in get_resolv_conf_ext() 221 if (__lookup_ipliteral(conf->ns+nns, p, AF_UNSPEC) > 0) in get_resolv_conf_ext() 241 __lookup_ipliteral(conf->ns, "127.0.0.1", AF_UNSPEC); in get_resolv_conf_ext()
|
H A D | lookup_ipliteral.c | 12 int __lookup_ipliteral(struct address buf[static 1], const char *name, int family) in __lookup_ipliteral() function
|
H A D | lookup.h | 66 hidden int __lookup_ipliteral(struct address buf[static 1], const char *name, int family);
|
H A D | getnameinfo.c | 83 if (__lookup_ipliteral(&iplit, line, AF_UNSPEC)<=0) in reverse_hosts()
|
H A D | lookup_name.c | 59 return __lookup_ipliteral(buf, name, family); in name_from_numeric() 832 if (__lookup_ipliteral(buf+cnt, pinfo->ip, family) == 1) { in predefined_host_name_from_hosts()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getnameinfo.c | 62 if (__lookup_ipliteral(&iplit, line, AF_UNSPEC)<=0) in reverse_hosts()
|
Completed in 8 milliseconds