Home
last modified time | relevance | path

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

/freebsd/include/arpa/
H A Dnameser.h321 ns_t_opt = 41, /*%< EDNS0 option (meta-RR) */ enumerator
350 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
H A Dnameser_compat.h184 #define T_OPT ns_t_opt
/freebsd/lib/libc/resolv/
H A Dres_debug.c183 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
493 {ns_t_opt, "OPT", "opt"},
519 {ns_t_opt, "OPT", "EDNS Options"},
H A Dres_mkquery.c226 ns_put16(ns_t_opt, cp); /*%< TYPE */ in res_nopt()
/freebsd/lib/libc/nameser/
H A Dns_print.c702 case ns_t_opt: { in ns_sprintrrf()