Home
last modified time | relevance | path

Searched refs:ns_type (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/arpa/
Dnameser.h180 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
348 } ns_type; typedef
575 … u_char* __msg, size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __…
604 … u_char* __msg, size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __…
/bionic/libc/dns/nameser/
Dns_print.c109 const char *name, ns_class class, ns_type type, in ns_sprintrrf()
848 len = snprintf(tmp, sizeof(tmp), " %s", p_type((ns_type)c)); in ns_sprintrrf()
872 len = snprintf(tmp, sizeof(tmp), " %s", p_type((ns_type)c)); in ns_sprintrrf()