Searched refs:answer_count (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c284 int answer_count; /* number of answers */ member in struct:DNS_REPLY
633 reply->answer_count = ntohs(reply_header->ancount);
637 len, reply->answer_count, reply->auth_count);
909 int answer_count = reply->answer_count; local
941 while (answer_count-- > 0) {
1083 reply.answer_count = reply.auth_count; /* XXX TODO: Fix API */

Completed in 104 milliseconds