Searched refs:T_SRV (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_parse_srv_reply.c | 44 #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()
|
D | adig.c | 65 #ifndef T_SRV 66 # define T_SRV 33 /* Server selection */ macro 140 { "SRV", T_SRV }, 705 case T_SRV: in display_rr()
|
D | nameser.h | 186 #define T_SRV ns_t_srv macro
|
D | CHANGES.0 | 201 - Add T_SRV portability check to ares_parse_srv_reply.c
|
/external/dnsmasq/src/ |
D | config.h | 80 #ifndef T_SRV 81 #define T_SRV 33 macro
|
D | nameser.h | 170 #define T_SRV 33 /* Server selection */ macro
|
D | rfc1035.c | 1264 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/ |
D | nameser.h | 156 #define T_SRV 33 /* Server selection */ macro
|
D | print-domain.c | 281 { T_SRV, "SRV" }, /* RFC 2782 */ 477 case T_SRV: in ns_rprint()
|