Home | History | Annotate | Download | only in netbsd

Lines Matching full:answer

172 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
188 assert(answer != NULL);
193 eom = answer->buf + anslen;
206 * find first satisfactory answer
208 hp = &answer->hdr;
213 cp = answer->buf;
219 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
249 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
272 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
302 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
340 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);