Searched refs:ns_type (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/arpa/ |
D | nameser.h | 184 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) 352 } ns_type; typedef 591 ns_class, ns_type, u_long, const u_char *, 648 ns_type qtype, ns_class qclass); 650 ns_nname_ct name, ns_type type, 654 ssize_t ns_rdata_unpack(const u_char *, const u_char *, ns_type, 656 int ns_rdata_equal(ns_type, 659 int ns_rdata_refers(ns_type,
|
/bionic/libc/dns/nameser/ |
D | ns_print.c | 115 const char *name, ns_class class, ns_type type, in ns_sprintrrf() 854 len = SPRINTF((tmp, " %s", p_type((ns_type)c))); in ns_sprintrrf() 878 len = SPRINTF((tmp, " %s", p_type((ns_type)c))); in ns_sprintrrf()
|