Searched refs:arcount (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_verify.c70 if (hp->arcount == 0)
90 n = ns_skiprr(cp, eom, ns_s_ar, ntohs(hp->arcount) - 1);
227 hp->arcount = htons(ntohs(hp->arcount) - 1);
305 hp->arcount = htons(ntohs(hp->arcount) + 1);
313 hp->arcount = htons(ntohs(hp->arcount) - 1);
386 hp->arcount = htons(ntohs(hp->arcount)
[all...]
H A Dns_sign.c246 hp->arcount = htons(ntohs(hp->arcount) + 1);
382 hp->arcount = htons(ntohs(hp->arcount) + 1);
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-domain.c547 register int qdcount, ancount, nscount, arcount; local
557 arcount = EXTRACT_16BITS(&np->arcount);
587 printf(" %d/%d/%d", ancount, nscount, arcount);
613 if (cp < snapend && arcount--) {
617 while (cp < snapend && arcount--) {
623 if (arcount > 0)
652 if (arcount)
653 printf(" [%dau]", arcount);
696 if (cp < snapend && arcount
[all...]
H A Dnameser.h225 u_int16_t arcount; /* number of resource entries */ member in struct:__anon4349
H A Dprint-smb.c1094 int qdcount, ancount, nscount, arcount; local
1108 arcount = EXTRACT_16BITS(data + 10);
1152 arcount);
1156 total = ancount + nscount + arcount;
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkquery.c174 hp->arcount = htons(1);
252 hp->arcount = htons(ntohs(hp->arcount) + 1);
H A Dres_debug.c279 int qdcount, ancount, nscount, arcount; local
292 arcount = ns_msg_count(handle, ns_s_ar);
330 p_section(ns_s_ar, opcode), arcount);
344 nscount == 0 && arcount == 0)
H A Dres_query.c181 ntohs(hp->arcount));
H A Dres_mkupdate.c711 hp->arcount = htons(counts[3]);
/haiku-fatelf/headers/posix/arpa/
H A Dnameser_compat.h97 unsigned arcount :16; /* number of resource entries */ member in struct:__anon549
/haiku-fatelf/src/bin/network/tcpdump/libpcap/Win32/Include/arpa/
H A Dnameser.h284 unsigned arcount :16; /* number of resource entries */ member in struct:__anon4316

Completed in 173 milliseconds