Home | History | Annotate | Download | only in dns

Lines Matching refs:answer

182 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
198 assert(answer != NULL);
203 eom = answer->buf + anslen;
216 * find first satisfactory answer
218 hp = &answer->hdr;
223 cp = answer->buf;
229 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
259 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
282 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
312 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
350 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);