Searched refs:ns_type (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/arpa/ |
D | nameser.h | 180 #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/ |
D | ns_print.c | 109 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()
|