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

12

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
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 Dhesiod.c354 int ancount, qdcount; local
381 qdcount = ntohs(hp->qdcount);
386 for (i = 0; i < qdcount; i++) {
H A Ddns_ho.c684 int type, class, ancount, qdcount, n, haveanswer, had_error; local
731 qdcount = ntohs(hp->qdcount);
735 if (qdcount != 1) {
/opensolaris-onvv-gate/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)
H A Dres_debug.c131 fprintf(file, "\n\tqdcount = %d", ntohs(hp->qdcount));
138 if (n = ntohs(hp->qdcount)) {
H A Dres_mkquery.c193 hp->qdcount = htons(1);
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmbns/common/
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...]
H A Dsmbns_netbios.h207 unsigned qdcount; /* question entries */ member in struct:name_packet
/opensolaris-onvv-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--) {
/opensolaris-onvv-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h183 u_short qdcount; /* number of question entries */ member in struct:__anon4208
/opensolaris-onvv-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c373 int ancount, qdcount; local
442 qdcount = ntohs(hp->qdcount);
444 if (qdcount != 1) {
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c233 int qdcount = ntohs(((const HEADER*)buf)->qdcount); local
235 while (qdcount-- > 0) {
271 int qdcount = ntohs(((const HEADER*)buf1)->qdcount); local
284 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
286 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 &&
H A Dres_mkquery.c184 hp->qdcount = htons(1);
H A Dres_mkupdate.c708 hp->qdcount = htons(counts[0]);
/opensolaris-onvv-gate/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) {
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c117 nq = ntohs(h->qdcount);
/opensolaris-onvv-gate/usr/src/head/arpa/
H A Dnameser_compat.h162 unsigned qdcount :16; /* number of question entries */ member in struct:__anon2479
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dgetdxbyname.c112 if ( ntohs( hp->qdcount ) != 1 ) {
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c136 if ( ntohs( hp->qdcount ) != 1 ) {
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c263 nqueries = ntohs((unsigned short)hdr->qdcount);
/opensolaris-onvv-gate/usr/src/lib/libadutils/common/
H A Daddisc.c671 int len, cnt, qdcount, ancount; local
736 qdcount = ntohs(msg.hdr.qdcount);
739 for (cnt = qdcount; cnt > 0; --cnt) {
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c75 n = ns_skiprr(cp, eom, ns_s_qd, ntohs(hp->qdcount));
/opensolaris-onvv-gate/usr/src/lib/libmapid/common/
H A Dmapid.c416 qd_cnt = ntohs(hp->qdcount);

Completed in 339 milliseconds

12