Home | History | Annotate | Download | only in net

Lines Matching defs:q2

1679 	struct res_target q, q2;
1687 memset(&q2, 0, sizeof(q2));
1718 q.next = &q2;
1719 q2.name = name;
1720 q2.qclass = C_IN;
1721 q2.qtype = T_A;
1722 q2.answer = buf2->buf;
1723 q2.anslen = sizeof(buf2->buf);
1773 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai);