| /illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
| H A D | ns_verify.c | 70 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 D | ns_sign.c | 246 hp->arcount = htons(ntohs(hp->arcount) + 1); 382 hp->arcount = htons(ntohs(hp->arcount) + 1);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_netbios.c | 260 int headerflags, qcount, acount, nscount, arcount; local 277 arcount = getshort(data); data += 2; 303 "Additional Record Count = %d", arcount); 328 if ((acount || nscount || arcount) || 329 (qcount+acount+nscount+arcount == 0)) {
|
| H A D | snoop_dns.c | 75 ushort_t id, qdcount, ancount, nscount, arcount; local 112 arcount = ntohs(header.arcount); 223 if (header.qr || arcount > 0) { 225 "%d additional record(s)", arcount); 227 while (arcount-- && rrp < data_end) {
|
| /illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
| H A D | res_mkquery.c | 205 hp->arcount = htons(1); 283 hp->arcount = htons(ntohs(hp->arcount) + 1);
|
| H A D | res_debug.c | 300 int qdcount, ancount, nscount, arcount; local 313 arcount = ns_msg_count(handle, ns_s_ar); 351 p_section(ns_s_ar, opcode), arcount); 365 nscount == 0 && arcount == 0)
|
| H A D | res_query.c | 181 ntohs(hp->arcount));
|
| H A D | res_mkupdate.c | 711 hp->arcount = htons(counts[3]);
|
| /illumos-gate/usr/src/lib/smbsrv/libsmbns/common/ |
| H A D | smbns_netbios_name.c | 210 packet.arcount = 0; /* additional recs */ 512 BE_OUT16(heap, npb->arcount); 543 n = npb->arcount; 679 uint16_t qdcount, ancount, nscount, arcount; local 694 arcount = BE_IN16(scan); scan += 2; 701 ((unsigned)arcount * (sizeof (struct resource_record) + ns)); 713 npb->arcount = arcount; 746 if (arcount > 0) { 749 heap += arcount * sizeo [all...] |
| H A D | smbns_netbios.h | 210 unsigned arcount; /* additional recs */ member in struct:name_packet
|
| /illumos-gate/usr/src/lib/libresolv/arpa/ |
| H A D | nameser.h | 186 u_short arcount; /* number of resource entries */ member in struct:__anon3851
|
| /illumos-gate/usr/src/lib/libadutils/common/ |
| H A D | srv_query.c | 259 int i, qdcount, ancount, nscount, arcount; local 276 arcount = ntohs(hdr->arcount); 360 for (i = 0; i < arcount; i++) {
|
| /illumos-gate/usr/src/head/arpa/ |
| H A D | nameser_compat.h | 163 unsigned arcount :16; /* number of resource entries */ member in struct:__anon62
|
| /illumos-gate/usr/src/lib/libresolv/ |
| H A D | res_debug.c | 136 fprintf(file, ", arcount = %d\n\n", ntohs(hp->arcount)); 181 if (n = ntohs(hp->arcount)) {
|
| H A D | res_mkquery.c | 217 hp->arcount = htons(1);
|
| /illumos-gate/usr/src/lib/libmapid/common/ |
| H A D | mapid.c | 419 ar_cnt = ntohs(hp->arcount);
|