Home
last modified time | relevance | path

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

/external/c-ares/
Dares_parse_srv_reply.c49 #ifndef T_SRV
50 # define T_SRV 33 /* server selection */ macro
115 if (rr_class == C_IN && rr_type == T_SRV) in ares_parse_srv_reply()
Dadig.c81 #ifndef T_SRV
82 # define T_SRV 33 /* Server selection */ macro
156 { "SRV", T_SRV },
721 case T_SRV: in display_rr()
Dnameser.h186 #define T_SRV ns_t_srv macro
DCHANGES201 - Add T_SRV portability check to ares_parse_srv_reply.c
/external/dnsmasq/src/
Dconfig.h81 #ifndef T_SRV
82 # define T_SRV 33 macro
Dnameser.h170 #define T_SRV 33 /* Server selection */ macro
Drfc1035.c1493 if (qtype == T_SRV || qtype == T_ANY) in answer_request()
1506 &offset, T_SRV, C_IN, "sssd", in answer_request()
1516 …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.c280 { T_SRV, "SRV" }, /* RFC 2782 */
476 case T_SRV: in ns_rprint()