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

/freebsd-13-stable/contrib/sendmail/src/
H A Dsm_resolve.c251 unsigned short ans_cnt, ui; local
291 ans_cnt = ntohs((unsigned short) dr->dns_r_h.ancount);
293 sm_dprintf("parse_dns_reply: ac=%d, ad=%d\n", ans_cnt,
301 while (p < data + len && ui < ans_cnt)
545 unsigned short ans_cnt; local
600 ans_cnt = ntohs((unsigned short) hp->ancount);
601 ++ans_cnt;
602 hp->ancount = htons((unsigned short) ans_cnt);

Completed in 101 milliseconds