Home
last modified time | relevance | path

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

/external/tcpdump/
Dnameser.h99 #ifdef T_OPT
100 #undef T_OPT
164 #define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
Dprint-domain.c288 { T_OPT, "OPT" }, /* RFC 2671 */
384 if (class != C_IN && typ != T_OPT) in ns_rprint()
391 if (typ == T_OPT) { in ns_rprint()
527 case T_OPT: in ns_rprint()
/external/dnsmasq/src/
Dconfig.h85 #ifndef T_OPT
86 # define T_OPT 41 macro
Dnameser.h178 #define T_OPT 41 /* OPT pseudo-RR, RFC2671 */ macro
Drfc1035.c498 if (type == T_OPT) in find_pseudoheader()