Searched defs:qdcount (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libresolv/
H A Dres_gethost.c90 int type, class, buflen, ancount, qdcount; local
100 qdcount = ntohs(hp->qdcount);
104 if (qdcount) {
118 while (--qdcount > 0)
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c354 int ancount, qdcount; local
381 qdcount = ntohs(hp->qdcount);
386 for (i = 0; i < qdcount; i++) {
H A Ddns_nw.c302 int type, class, ancount, qdcount, haveanswer; local
315 qdcount = ntohs(hp->qdcount);
316 while (qdcount-- > 0) {
448 int anslen, type, class, ancount, qdcount; local
477 qdcount = ntohs(hp->qdcount);
478 while (qdcount-- > 0) {
H A Ddns_ho.c684 int type, class, ancount, qdcount, n, haveanswer, had_error; local
731 qdcount = ntohs(hp->qdcount);
735 if (qdcount != 1) {
/osnet-11/usr/src/cmd/sendmail/src/
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...]
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c372 int ancount, qdcount; local
467 qdcount = ntohs(hp->qdcount);
469 if (qdcount != 1) {
/osnet-11/usr/src/lib/libresolv/arpa/
H A Dnameser.h183 u_short qdcount; /* number of question entries */ member in struct:__anon2411
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c389 int qdcount, ancount, nscount, arcount; local
443 qdcount = ntohs(hp->qdcount);
449 dprint("\tqdcount %d\n", qdcount);
454 while (--qdcount >= 0) {
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Ddns.c80 grub_uint16_t qdcount; member in struct:dns_header
259 for (i = 0; i < grub_cpu_to_be16 (head->qdcount); i++)
534 head->qdcount = grub_cpu_to_be16_compile_time (2);
536 head->qdcount = grub_cpu_to_be16_compile_time (1);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c300 int qdcount, ancount, nscount, arcount; local
310 qdcount = ns_msg_count(handle, ns_s_qd);
345 p_section(ns_s_qd, opcode), qdcount);
364 if (qdcount == 0 && ancount == 0 &&
H A Dres_send.c238 int qdcount = ntohs(((const HEADER*)buf)->qdcount); local
240 while (qdcount-- > 0) {
276 int qdcount = ntohs(((const HEADER*)buf1)->qdcount); local
289 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
291 while (qdcount-- > 0) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.h207 unsigned qdcount; /* question entries */ member in struct:name_packet
H A Dsmbns_netbios_name.c206 packet.qdcount = 1; /* question entries */
500 BE_OUT16(heap, npb->qdcount);
512 for (i = 0; i < npb->qdcount; i++) {
676 uint16_t qdcount, ancount, nscount, arcount; local
688 qdcount = BE_IN16(scan); scan += 2;
695 ((unsigned)qdcount * (sizeof (struct name_question) + ns)) +
707 npb->qdcount = qdcount;
717 if (qdcount > 0) {
720 heap += qdcount * sizeo
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c672 int len, cnt, qdcount, ancount; local
737 qdcount = ntohs(msg.hdr.qdcount);
740 for (cnt = qdcount; cnt > 0; --cnt) {

Completed in 65 milliseconds