Lines Matching refs:T_A
543 if ((qclass == C_IN) && (qtype == T_A))
747 if (qtype == T_A)
886 if (qtype == T_A)
923 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", addrp);
997 if (qclass == C_IN && qtype == T_A)
1318 unsigned short type = T_A;
1331 if (qtype == T_A && (addr.addr.addr4.s_addr = inet_addr(name)) != (in_addr_t) -1)
1345 if (qtype == T_A)
1444 type == T_A ? "4" : "6", &crecp->addr))
1572 int type = crecp->flags & F_IPV4 ? T_A : T_AAAA;
1574 int type = T_A;