Home
last modified time | relevance | path

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

/bionic/libc/include/arpa/
Dnameser.h325 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator
354 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
/bionic/libc/dns/resolv/
Dres_debug.c192 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
503 {ns_t_opt, "OPT", "opt"},
529 {ns_t_opt, "OPT", "EDNS Options"},
/bionic/libc/dns/nameser/
Dns_print.c706 case ns_t_opt: { in ns_sprintrrf()