Searched defs:ancount (Results 1 - 2 of 2) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_resolv_fake.c53 static ssize_t dns_header(unsigned char **buf, size_t ancount) argument
68 h.ancount = htons(ancount); /* no. of answers */
/sssd/src/resolv/
H A Dasync_resolv.c1646 unsigned int ancount; local
1654 ancount = DNS_HEADER_ANCOUNT(abuf);
1655 if (ancount == 0) {
1676 for (i = 0; i < ancount; i++) {

Completed in 326 milliseconds