Home
last modified time | relevance | path

Searched refs:T_SOA (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dnameser.h129 #define T_SOA 6 /* start of authority zone */ macro
Dprint-domain.c254 { T_SOA, "SOA" }, /* RFC 1035 */
436 case T_SOA: in ns_rprint()
/external/dnsmasq/src/
Dnameser.h143 #define T_SOA 6 /* start of authority zone */ macro
Drfc1035.c492 if ((qclass == C_IN) && (qtype == T_SOA)) { in find_soa()
724 if (qtype == T_NS || qtype == T_SOA) return F_QUERY | F_BIGNAME; in extract_request()
1288 if (qtype == T_SOA && (daemon->options & OPT_FILTER)) { in answer_request()