Home | History | Annotate | Download | only in src

Lines Matching refs:T_A

442         if ((qclass == C_IN) && (qtype == T_A)) {
608 if (qtype == T_A) {
721 if (qtype == T_A) return F_IPV4;
753 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4",
819 if (qclass == C_IN && qtype == T_A) {
1094 unsigned short type = T_A;
1106 if (qtype == T_A && (addr.addr.addr4.s_addr = inet_addr(name)) != (in_addr_t) -1) {
1118 if (qtype == T_A) {
1202 type == T_A ? "4" : "6", &crecp->addr))
1313 int type = crecp->flags & F_IPV4 ? T_A : T_AAAA;
1315 int type = T_A;