Home
last modified time | relevance | path

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

/external/tcpdump/
Dnameser.h125 #define T_NS 2 /* authoritative server */ macro
Dprint-domain.c250 { T_NS, "NS" }, /* RFC 1035 */
425 case T_NS: in ns_rprint()
/external/dnsmasq/src/
Dnameser.h139 #define T_NS 2 /* authoritative server */ macro
Drfc1035.c724 if (qtype == T_NS || qtype == T_SOA) return F_QUERY | F_BIGNAME; in extract_request()