Searched refs:T_A (Results 1 – 9 of 9) sorted by relevance
/external/dnsmasq/src/ |
D | rfc1035.c | 545 if ((qclass == C_IN) && (qtype == T_A)) in do_doctor() 749 if (qtype == T_A) in extract_addresses() 888 if (qtype == T_A) in extract_request() 925 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", addrp); in setup_reply() 999 if (qclass == C_IN && qtype == T_A) in check_for_bogus_wildcard() 1320 unsigned short type = T_A; in answer_request() 1333 if (qtype == T_A && (addr.addr.addr4.s_addr = inet_addr(name)) != (in_addr_t) -1) in answer_request() 1347 if (qtype == T_A) in answer_request() 1446 type == T_A ? "4" : "6", &crecp->addr)) in answer_request() 1574 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/c-ares/ |
D | ares_gethostbyname.c | 154 ares_search(hquery->channel, hquery->name, C_IN, T_A, in next_lookup() 203 ares_search(hquery->channel, hquery->name, C_IN, T_A, in host_callback() 218 ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback, in host_callback()
|
D | adig.c | 127 { "A", T_A }, 200 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main() 703 case T_A: in display_rr()
|
D | nameser.h | 154 #define T_A ns_t_a macro
|
D | ares_parse_a_reply.c | 145 if (rr_class == C_IN && rr_type == T_A in ares_parse_a_reply()
|
/external/tcpdump/ |
D | nameser.h | 138 #define T_A 1 /* host address */ macro
|
D | print-domain.c | 246 { T_A, "A" }, /* RFC 1035 */ 416 case T_A: in ns_rprint()
|
/external/libpcap/Win32/Include/arpa/ |
D | nameser.h | 145 #define T_A 1 /* host address */ macro
|