Lines Matching defs:questions
209 /** Number of questions in packet,
211 u16_t questions;
212 /** Number of unparsed questions */
235 /** Number of questions written */
236 u16_t questions;
262 * Shared between questions and answers */
1076 * All questions have to be read before the answers.
1120 /* Read questions first */
1290 if (in->questions == 1) {
1317 /* Write answers to host questions */
1364 /* Write answers to service questions */
1477 hdr.numquestions = lwip_htons(outpkt->questions);
1557 * 1. Parse all questions and set bits what answers to send
1572 /* Don't answer questions until we've verified our domains via probing */
1573 /* @todo we should check incoming questions during probing for tiebreaking */
1612 reply.questions = 1;
1787 /* Ignore all questions */
1888 packet.questions = packet.questions_left = lwip_ntohs(hdr.numquestions);
1961 /* Add unicast questions with rtype ANY for all our desired records */
1967 pkt.questions++;
1978 pkt.questions++;
1981 /* Add answers to the questions above into the authority section for tiebreaking */