Home
last modified time | relevance | path

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

/bionic/libc/private/
Darpa_nameser.h145 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
301 } ns_type; typedef
520 ns_class, ns_type, u_long, const u_char *,
/bionic/libc/netbsd/nameser/
Dns_print.c115 const char *name, ns_class class, ns_type type, in ns_sprintrrf()