Home
last modified time | relevance | path

Searched refs:ns_t_opt (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/private/
Darpa_nameser.h290 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator
307 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
/bionic/libc/netbsd/resolv/
Dres_debug.c201 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
475 {ns_t_opt, "OPT", "EDNS Options"},
/bionic/libc/netbsd/nameser/
Dns_print.c708 case ns_t_opt: { in ns_sprintrrf()