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

/illumos-gate/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) {
/illumos-gate/usr/src/lib/libresolv/
H A Dres_gethost.c93 int type, class, buflen, ancount, qdcount; local
103 qdcount = ntohs(hp->qdcount);
107 if (qdcount) {
121 while (--qdcount > 0)
/illumos-gate/usr/src/lib/libadutils/common/
H A Dsrv_query.c75 int len, qdcount, ancount; local
107 qdcount = ntohs(msg.hdr.qdcount);
112 len = ns_skiprr(ptr, eom, ns_s_qd, qdcount);
259 int i, qdcount, ancount, nscount, arcount; local
273 qdcount = ntohs(hdr->qdcount);
280 len = ns_skiprr(ptr, eom, ns_s_qd, qdcount);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c75 ushort_t id, qdcount, ancount, nscount, arcount; local
109 qdcount = ntohs(header.qdcount);
124 while (qdcount--) {
167 "Reply to %d question(s)", qdcount);
179 "%d question(s)", qdcount);
183 while (qdcount--) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c222 int ancount, qdcount, buflen; local
333 for (qdcount = ntohs((unsigned short) hp->qdcount);
334 qdcount--;
799 int ancount, qdcount; local
991 for (qdcount = ntohs((unsigned short) hp->qdcount);
992 qdcount--;
998 sm_dprintf("qdcount failure (%d)\n",
999 ntohs((unsigned short) hp->qdcount));
[all...]
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c418 int ancount, qdcount; local
609 qdcount = ntohs(hp->qdcount);
611 if (qdcount != 1) {
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h183 u_short qdcount; /* number of question entries */ member in struct:__anon3851
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c236 int qdcount = ntohs(((const HEADER*)buf)->qdcount); local
238 while (qdcount-- > 0) {
274 int qdcount = ntohs(((const HEADER*)buf1)->qdcount); local
287 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
289 while (qdcount-- > 0) {
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 &&
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h160 unsigned qdcount :16; /* number of question entries */ member in struct:__anon62
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.h207 unsigned qdcount; /* question entries */ member in struct:name_packet
H A Dsmbns_netbios_name.c204 packet.qdcount = 1; /* question entries */
503 BE_OUT16(heap, npb->qdcount);
515 for (i = 0; i < npb->qdcount; i++) {
679 uint16_t qdcount, ancount, nscount, arcount; local
691 qdcount = BE_IN16(scan); scan += 2;
698 ((unsigned)qdcount * (sizeof (struct name_question) + ns)) +
710 npb->qdcount = qdcount;
720 if (qdcount > 0) {
723 heap += qdcount * sizeo
[all...]

Completed in 101 milliseconds