Searched defs:arcount (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_update.c124 int i, j, k = 0, n, ancount, nscount, arcount, rcode, rdatasize, local
209 arcount = ntohs(hp->arcount);
220 if (ancount == 0 && nscount == 0 && arcount == 0) {
234 nscount == 1 && arcount == 0) {
303 ancount, nscount, arcount, hp->rcode);
405 dname, ancount, nscount, arcount, hp->rcode);
410 arcount = ancount;
416 dname, ancount, nscount, arcount, hp->rcode);
448 for (i = 0; i < arcount;
[all...]
H A Dres_debug.c222 int qdcount, ancount, nscount, arcount; local
238 arcount = ns_msg_count(handle, ns_s_ar);
276 p_section(ns_s_ar, (int)opcode), arcount);
290 nscount == 0 && arcount == 0)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddns.h56 uint16_t arcount; member in struct:dns_header
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c48 uint16_t arcount; member in struct:dnsmsg_header::__anon14943
H A Dalias_nbt.c299 u_short arcount; member in struct:__anon14946
902 ntohs(nsh->arcount),
935 if (ntohs(nsh->arcount) != 0) {
937 ntohs(nsh->arcount),
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h133 unsigned arcount :16; /*%< number of resource entries */ member in struct:__anon12990

Completed in 54 milliseconds