Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dnameser.h99 #ifdef T_OPT
100 #undef T_OPT
164 #define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
H A Dprint-domain.c521 { T_OPT, "OPT" }, /* RFC 2671 */
673 if (class != C_IN && typ != T_OPT) in ns_rprint()
680 if (typ == T_OPT) { in ns_rprint()
820 case T_OPT: in ns_rprint()
966 if (type == T_OPT) { in domain_print()
/dragonfly/include/arpa/
H A Dnameser_compat.h179 #define T_OPT ns_t_opt macro