Home
last modified time | relevance | path

Searched defs:dn (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/dns/resolv/
Dres_comp.c171 res_hnok(const char *dn) { in res_hnok()
199 res_ownok(const char *dn) { in res_ownok()
214 res_mailok(const char *dn) { in res_mailok()
242 res_dnok(const char *dn) { in res_dnok()
/bionic/libc/dns/nameser/
Dns_name.c101 char *dn, *eom; in ns_name_ntop() local
360 u_char *dn, *eom; in ns_name_ntol() local
937 const u_char *dn, *cp, *sp; in dn_find() local
995 decode_bitstring(const unsigned char **cpp, char *dn, const char *eom) in decode_bitstring()
/bionic/libc/dns/net/
Dgethnamaddr.c96 #define maybe_dnok(res, dn) maybe_ok((res), (dn), res_dnok) argument