Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dconfig.h80 #ifndef T_SRV
81 # define T_SRV 33 macro
Dnameser.h170 #define T_SRV 33 /* Server selection */ macro
Drfc1035.c1496 if (qtype == T_SRV || qtype == T_ANY) in answer_request()
1509 &offset, T_SRV, C_IN, "sssd", in answer_request()
1519 …if (!found && (daemon->options & OPT_FILTER) && (qtype == T_SRV || (qtype == T_ANY && strchr(name… in answer_request()
/external/tcpdump/
Dnameser.h156 #define T_SRV 33 /* Server selection */ macro
Dprint-domain.c281 { T_SRV, "SRV" }, /* RFC 2782 */
477 case T_SRV: in ns_rprint()