Lines Matching defs:answer
168 getnetanswer(res_state res, querybuf *answer, int anslen, int net_i)
180 _DIAGASSERT(answer != NULL);
184 * find first satisfactory answer
186 * answer --> +------------+ ( MESSAGE )
197 eom = answer->buf + anslen;
198 hp = &answer->hdr;
199 ancount = ntohs(hp->ancount); /* #/records in the answer section */
203 cp = answer->buf + HFIXEDSZ;
225 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
235 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));