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
574 int ns_sprintrrf(const u_char*, size_t, const char*, ns_class, ns_type, u_long, const u_char*,
604 int ns_sprintrrf(const u_char*, size_t, const char*, ns_class, ns_type, u_long, const u_char*,
/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()