Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/arpa/
H A Dnameser.h365 ns_t_opt = 41, /* EDNS0 option (meta-RR) */ enumerator
401 #define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt)
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c207 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) { in do_section()
520 {ns_t_opt, "OPT", "opt"},
546 {ns_t_opt, "OPT", "EDNS Options"},
H A Dres_mkquery.c258 ns_put16(ns_t_opt, cp); /*%< TYPE */ in res_nopt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c294 case ns_t_opt: return (detail ? "EDNS0 option" : "OPT"); in dns_type_string()
521 if (type == ns_t_opt) { in print_answer()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c690 case ns_t_opt: { in ns_sprintrrf()