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.c1242 if (qtype == T_SRV || qtype == T_ANY) { in answer_request()
1253 daemon->local_ttl, &offset, T_SRV, C_IN, "sssd", in answer_request()
1263 (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()