Home
last modified time | relevance | path

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

/freebsd-13-stable/include/arpa/
HDnameser_compat.h184 #define T_OPT ns_t_opt
HDnameser.h332 ns_t_opt = 41, /*%< EDNS0 option (meta-RR) */ enumerator
361 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
/freebsd-13-stable/lib/libc/resolv/
HDres_mkquery.c231 ns_put16(ns_t_opt, cp); /*%< TYPE */ in res_nopt()
HDres_debug.c188 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
498 {ns_t_opt, "OPT", "opt"},
524 {ns_t_opt, "OPT", "EDNS Options"},
/freebsd-13-stable/lib/libc/nameser/
HDns_print.c706 case ns_t_opt: { in ns_sprintrrf()