Home
last modified time | relevance | path

Searched refs:res_hnok (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/dns/resolv/
Dres_comp.c171 res_hnok(const char *dn) { in res_hnok() function
202 return (res_hnok(dn+2)); in res_ownok()
206 return (res_hnok(dn)); in res_ownok()
233 return (res_hnok(dn)); in res_mailok()
/bionic/libc/dns/include/
Dresolv_private.h378 #define res_hnok __res_hnok macro
417 int res_hnok(const char *);
/bionic/libc/dns/
Dgethnamaddr.c207 name_ok = res_hnok; in getanswer()
351 if ((n < 0) || !res_hnok(bp)) { in getanswer()
/bionic/libc/dns/net/
Dgetaddrinfo.c1334 name_ok = res_hnok; in getanswer()