Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dconfig.h87 #ifndef T_SRV
88 # define T_SRV 33 macro
Dnameser.h170 #define T_SRV 33 /* Server selection */ macro
Drfc1035.c1488 if (qtype == T_SRV || qtype == T_ANY) in answer_request()
1501 &offset, T_SRV, C_IN, "sssd", in answer_request()
1511 …if (!found && (daemon->options & OPT_FILTER) && (qtype == T_SRV || (qtype == T_ANY && strchr(name… in answer_request()
/external/tcpdump/
Dnameser.h171 #define T_SRV 33 /* Server selection */ macro
Dprint-domain.c278 { T_SRV, "SRV" }, /* RFC 2782 */
466 case T_SRV: in ns_rprint()