Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching refs:answer

91  * nameservers for that zone, and await answer.

122 u_char buf[PACKETSZ], answer[PACKETSZ], packet[2*PACKETSZ];
128 HEADER *hp = (HEADER *) answer;
205 n = res_send(buf, n, answer, sizeof answer);
217 cp = answer + HFIXEDSZ;
218 eom = answer + n;
246 if ((n = dn_expand(answer, eom, cp, zname,
255 fprintf(stderr, "unknown answer\n");
283 /* answer section must contain the soa record */
284 if ((n = dn_expand(answer, eom, cp, zname,
302 fprintf(stderr, "unknown answer\n");
342 if ((n = dn_expand(answer, eom, cp, primary,
353 if ((n = dn_expand(answer, eom, cp, mailaddr,
391 * answer and authority sections contain
392 * the same information, skip answer section
429 if ((n = dn_expand(answer, eom, cp, name,
443 if ((n = dn_expand(answer, eom, cp,
455 if ((n = dn_expand(answer, eom, cp, name,
544 n = res_send(packet, n, answer, sizeof(answer));