Searched refs:ancount (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-domain.c582 register int qdcount, ancount, nscount, arcount; local
590 ancount = EXTRACT_16BITS(&np->ancount);
622 printf(" %d/%d/%d", ancount, nscount, arcount);
623 if (ancount--) {
626 while (cp < snapend && ancount--) {
632 if (ancount > 0)
676 if (ancount != 1)
677 printf(" [%da]", ancount);
680 if (ancount)
[all...]
H A Dnameser.h232 u_int16_t ancount; /* number of answer entries */ member in struct:__anon5922
H A Dprint-smb.c1094 int qdcount, ancount, nscount, arcount; local
1106 ancount = EXTRACT_16BITS(data + 6);
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
1156 total = ancount + nscount + arcount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc1035.c319 i < (ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount));
355 for (i = 0; i < (ntohs(header->ancount) + ntohs(header->nscount)); i++)
450 if (ntohs(header->ancount) != 0)
563 for (i=0; i<ntohs(header->ancount); i++)
582 printf(" header answer %d \n",ntohs(header->ancount));
612 if (ntohs(header->ancount)==0)
648 for (j=0; j<ntohs(header->ancount); j++)
768 header->ancount = htons(0); /* no answers unless changed below */
778 header->ancount = htons(1);
792 header->ancount
[all...]
H A Dforward.c802 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0)
822 if (header->rcode == NOERROR && ntohs(header->ancount) != 0)
855 header->ancount = htons(0);
918 header->ancount = htons(0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgetcertsbyname.c202 int qdcount, ancount, rdlength; local
245 ancount = ntohs(hp->ancount);
268 while (ancount-- && cp < eom) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnmblib.c125 dbgtext( " header: rcode=%d qdcount=%d ancount=%d nscount=%d arcount=%d\n",
128 nmb->header.ancount,
140 if (nmb->answers && nmb->header.ancount) {
518 nmb->header.ancount = RSVAL(inbuf,6);
538 if (nmb->header.ancount && !parse_alloc_res_rec(inbuf,&offset,length,&nmb->answers,
539 nmb->header.ancount))
586 if((copy_nmb->answers = SMB_MALLOC_ARRAY(struct res_rec,nmb->header.ancount)) == NULL)
589 nmb->header.ancount * sizeof(struct res_rec));
916 RSSVAL(ubuf,offset+6,nmb->header.ancount);
929 if (nmb->header.ancount)
[all...]
H A Dnamequery.c227 nmb->header.ancount = 0;
266 !nmb2->header.ancount ||
507 nmb->header.ancount = 0;
585 !nmb2->header.ancount) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/arpa/
H A Dnameser.h282 unsigned ancount :16; /* number of answer entries */ member in struct:__anon2768
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_packets.c206 nmb->header.ancount = 0;
951 nmb->header.ancount = 1;
1311 if (nmb->header.ancount == 0) {
1318 if ((nmb->header.ancount != 0) && (nmb->header.ancount != 1)) {
1325 if (nmb->header.ancount == 0) {
1333 if (nmb->header.ancount != 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dnameserv.h474 int ancount; member in struct:nmb_packet::__anon5266
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbcontrol.c996 p.packet.nmb.header.ancount = 0;

Completed in 104 milliseconds