Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c255 unsigned short ans_cnt, ui; local
295 ans_cnt = ntohs((unsigned short) dr->dns_r_h.ancount);
297 sm_dprintf("parse_dns_reply: ac=%d, ad=%d\n", ans_cnt,
305 while (p < data + len && ui < ans_cnt)
552 unsigned short ans_cnt; local
620 ans_cnt = ntohs((unsigned short) hp->ancount);
621 ++ans_cnt;
622 hp->ancount = htons((unsigned short) ans_cnt);