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

/sendmail/contrib/
H A Dbitdomain.c216 int ancount, qdcount; local
273 for (qdcount = ntohs(hp->qdcount); qdcount--; ap += ret + QFIXEDSZ)
/sendmail/sendmail/
H A Ddomain.c201 int ancount, qdcount, buflen; local
312 for (qdcount = ntohs((unsigned short) hp->qdcount);
313 qdcount--;
778 int ancount, qdcount; local
970 for (qdcount = ntohs((unsigned short) hp->qdcount);
971 qdcount--;
977 sm_dprintf("qdcount failure (%d)\n",
978 ntohs((unsigned short) hp->qdcount));
[all...]

Completed in 9 milliseconds