Searched refs:have_answer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c195 unsigned int have_answer; member in struct:reply
689 if (flags & 0x020f || !reply || !reply->have_answer) {
908 reply.have_answer = 1;
918 reply.have_answer = 1;
937 reply.have_answer = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c203 unsigned int have_answer : 1; member in struct:reply
857 if (flags & 0x020f || !reply || !reply->have_answer) {
868 } else if (reply && !reply->have_answer) {
1103 reply.have_answer = 1;
1113 reply.have_answer = 1;
1141 reply.have_answer = 1;
1149 if (!reply.have_answer) {

Completed in 47 milliseconds