Searched refs:T_A (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-forward-declaration-namespace.cpp | 5 class T_A; 14 class T_A; 21 class T_A; 23 class T_A { class
|
/external/dnsmasq/src/ |
D | rfc1035.c | 442 if ((qclass == C_IN) && (qtype == T_A)) { in do_doctor() 608 if (qtype == T_A) { in extract_addresses() 721 if (qtype == T_A) return F_IPV4; in extract_request() 753 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", in setup_reply() 819 if (qclass == C_IN && qtype == T_A) { in check_for_bogus_wildcard() 1116 unsigned short type = T_A; in answer_request() 1128 if (qtype == T_A && (addr.addr.addr4.s_addr = inet_addr(name)) != (in_addr_t) -1) { in answer_request() 1140 if (qtype == T_A) { in answer_request() 1224 type == T_A ? "4" : "6", &crecp->addr)) in answer_request() 1335 int type = crecp->flags & F_IPV4 ? T_A : T_AAAA; in answer_request() [all …]
|
D | nameser.h | 138 #define T_A 1 /* host address */ macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_gethostbyname.c | 155 ares_search(hquery->channel, hquery->name, C_IN, T_A, in next_lookup() 207 ares_search(hquery->channel, hquery->name, C_IN, T_A, in host_callback() 222 ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback, in host_callback()
|
D | adig.c | 111 { "A", T_A }, 184 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main() 687 case T_A: in display_rr()
|
D | nameser.h | 154 #define T_A ns_t_a macro
|
D | ares_parse_a_reply.c | 146 if (rr_class == C_IN && rr_type == T_A in ares_parse_a_reply()
|
/external/tcpdump/ |
D | nameser.h | 124 #define T_A 1 /* host address */ macro
|
D | print-domain.c | 249 { T_A, "A" }, /* RFC 1035 */ 419 case T_A: in ns_rprint()
|