Searched defs:qdcount (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbydns.c125 int type, class, buflen, ancount, qdcount, haveanswer, i, nchar; local
149 qdcount = ntohs(hp->qdcount); /* #/entries in the question section */
153 if (!qdcount) {
160 while (qdcount-- > 0)
H A Dgethostbydns.c205 int type, class, buflen, ancount, qdcount; local
232 qdcount = ntohs(hp->qdcount);
237 if (qdcount != 1) {
H A Dres_send.c256 int qdcount = ntohs(((HEADER*)buf)->qdcount); local
258 while (qdcount-- > 0) {
298 int qdcount = ntohs(((HEADER*)buf1)->qdcount); local
311 if (qdcount != ntohs(((HEADER*)buf2)->qdcount))
313 while (qdcount-- > 0) {
H A Dres_debug.c222 int qdcount, ancount, nscount, arcount; local
235 qdcount = ns_msg_count(handle, ns_s_qd);
270 p_section(ns_s_qd, (int)opcode), qdcount);
289 if (qdcount == 0 && ancount == 0 &&
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddns.h53 uint16_t qdcount; member in struct:dns_header
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c45 uint16_t qdcount; member in struct:dnsmsg_header::__anon14943
216 Assert((ntohs(pHdr->X.qdcount) == 1));
217 if ((ntohs(pHdr->X.qdcount) != 1))
228 for (i = 0; i < ntohs(pHdr->X.qdcount); ++i)
H A Dalias_nbt.c296 u_short qdcount; member in struct:__anon14946
899 ntohs(nsh->qdcount),
908 if (ntohs(nsh->qdcount) != 0) {
910 ntohs(nsh->qdcount),
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h130 unsigned qdcount :16; /*%< number of question entries */ member in struct:__anon12990

Completed in 43 milliseconds