| /osnet-11/usr/src/lib/libresolv/ |
| H A D | res_gethost.c | 90 int type, class, buflen, ancount, qdcount; local 100 qdcount = ntohs(hp->qdcount); 104 if (qdcount) { 118 while (--qdcount > 0)
|
| /osnet-11/usr/src/lib/libresolv2/common/irs/ |
| H A D | hesiod.c | 354 int ancount, qdcount; local 381 qdcount = ntohs(hp->qdcount); 386 for (i = 0; i < qdcount; i++) {
|
| H A D | dns_nw.c | 302 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 D | dns_ho.c | 684 int type, class, ancount, qdcount, n, haveanswer, had_error; local 731 qdcount = ntohs(hp->qdcount); 735 if (qdcount != 1) {
|
| /osnet-11/usr/src/cmd/sendmail/src/ |
| H A D | domain.c | 201 int ancount, qdcount, buflen; local 312 for (qdcount = ntohs((unsigned short) hp->qdcount); 313 qdcount--; 778 int ancount, qdcount; local 970 for (qdcount = ntohs((unsigned short) hp->qdcount); 971 qdcount--; 977 sm_dprintf("qdcount failure (%d)\n", 978 ntohs((unsigned short) hp->qdcount)); [all...] |
| /osnet-11/usr/src/lib/nsswitch/dns/common/ |
| H A D | dns_common.c | 372 int ancount, qdcount; local 467 qdcount = ntohs(hp->qdcount); 469 if (qdcount != 1) {
|
| /osnet-11/usr/src/lib/libresolv/arpa/ |
| H A D | nameser.h | 183 u_short qdcount; /* number of question entries */ member in struct:__anon2411
|
| /osnet-11/usr/src/lib/libdhcpdu/common/ |
| H A D | rfc2136.c | 389 int qdcount, ancount, nscount, arcount; local 443 qdcount = ntohs(hp->qdcount); 449 dprint("\tqdcount %d\n", qdcount); 454 while (--qdcount >= 0) {
|
| /osnet-11/usr/src/grub/grub2/grub-core/net/ |
| H A D | dns.c | 80 grub_uint16_t qdcount; member in struct:dns_header 259 for (i = 0; i < grub_cpu_to_be16 (head->qdcount); i++) 534 head->qdcount = grub_cpu_to_be16_compile_time (2); 536 head->qdcount = grub_cpu_to_be16_compile_time (1);
|
| /osnet-11/usr/src/lib/libresolv2/common/resolv/ |
| H A D | res_debug.c | 300 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 D | res_send.c | 238 int qdcount = ntohs(((const HEADER*)buf)->qdcount); local 240 while (qdcount-- > 0) { 276 int qdcount = ntohs(((const HEADER*)buf1)->qdcount); local 289 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount)) 291 while (qdcount-- > 0) {
|
| /osnet-11/usr/src/lib/libsmbns/common/ |
| H A D | smbns_netbios.h | 207 unsigned qdcount; /* question entries */ member in struct:name_packet
|
| H A D | smbns_netbios_name.c | 206 packet.qdcount = 1; /* question entries */ 500 BE_OUT16(heap, npb->qdcount); 512 for (i = 0; i < npb->qdcount; i++) { 676 uint16_t qdcount, ancount, nscount, arcount; local 688 qdcount = BE_IN16(scan); scan += 2; 695 ((unsigned)qdcount * (sizeof (struct name_question) + ns)) + 707 npb->qdcount = qdcount; 717 if (qdcount > 0) { 720 heap += qdcount * sizeo [all...] |
| /osnet-11/usr/src/lib/libadutils/common/ |
| H A D | addisc.c | 672 int len, cnt, qdcount, ancount; local 737 qdcount = ntohs(msg.hdr.qdcount); 740 for (cnt = qdcount; cnt > 0; --cnt) {
|