Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_parse_srv_reply.c44 #ifndef T_SRV
45 # define T_SRV 33 /* server selection */ macro
115 if (rr_class == C_IN && rr_type == T_SRV) in ares_parse_srv_reply()
Dadig.c65 #ifndef T_SRV
66 # define T_SRV 33 /* Server selection */ macro
140 { "SRV", T_SRV },
705 case T_SRV: in display_rr()
Dnameser.h186 #define T_SRV ns_t_srv macro
DCHANGES.0201 - Add T_SRV portability check to ares_parse_srv_reply.c
/external/dnsmasq/src/
Dconfig.h80 #ifndef T_SRV
81 #define T_SRV 33 macro
Dnameser.h170 #define T_SRV 33 /* Server selection */ macro
Drfc1035.c1264 if (qtype == T_SRV || qtype == T_ANY) { in answer_request()
1275 daemon->local_ttl, &offset, T_SRV, C_IN, "sssd", in answer_request()
1285 (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()