Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_comp.cpp147 int res_hnok(const char* dn) { in res_hnok() function
173 if (periodchar(dn[1])) return (res_hnok(dn + 2)); in res_ownok()
176 return (res_hnok(dn)); in res_ownok()
198 if (periodchar(ch)) return (res_hnok(dn)); in res_mailok()
Dresolv_private.h194 int res_hnok(const char*);
Dgethnamaddr.cpp93 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
171 name_ok = res_hnok; in getanswer()
Dgetaddrinfo.cpp858 name_ok = res_hnok; in getanswer()