Lines Matching full:answer
118 getnetanswer(querybuf *answer, int anslen, int net_i)
133 * find first satisfactory answer
135 * answer --> +------------+ ( MESSAGE )
140 * | Answer | RRs answering the question
146 eom = answer->buf + anslen;
147 hp = &answer->hdr;
148 ancount = ntohs(hp->ancount); /* #/records in the answer section */
152 cp = answer->buf + HFIXEDSZ;
167 n = dn_expand(answer->buf, eom, cp, bp, buflen);
179 n = dn_expand(answer->buf, eom, cp, bp, buflen);