Searched defs:ancount (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
148 ancount = ntohs(hp->ancount); /* #/records in the answer section */
166 while (--ancount >= 0 && cp < eom) {
H A Dres_update.c124 int i, j, k = 0, n, ancount, nscount, arcount, rcode, rdatasize, local
207 ancount = ntohs(hp->ancount);
220 if (ancount == 0 && nscount == 0 && arcount == 0) {
233 ancount == 0 &&
268 } else if (rcode == NOERROR && ancount == 1) {
303 ancount, nscount, arcount, hp->rcode);
374 if (rcode == NOERROR && ancount > 0) {
388 for (j = 0; j < ancount; j++) {
400 nscount = ancount;
[all...]
H A Dgethostbydns.c205 int type, class, buflen, ancount, qdcount; local
231 ancount = ntohs(hp->ancount);
272 while (ancount-- > 0 && cp < eom && !had_error) {
H A Dres_debug.c222 int qdcount, ancount, nscount, arcount; local
236 ancount = ns_msg_count(handle, ns_s_an);
272 p_section(ns_s_an, (int)opcode), ancount);
289 if (qdcount == 0 && ancount == 0 &&
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddns.h54 uint16_t ancount; member in struct:dns_header
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c46 uint16_t ancount; member in struct:dnsmsg_header::__anon14943
164 pHdr->X.ancount++;
180 pHdr->X.ancount++;
187 HTONS(pHdr->X.ancount);
H A Dalias_nbt.c297 u_short ancount; member in struct:__anon14946
900 ntohs(nsh->ancount),
917 if (ntohs(nsh->ancount) != 0) {
919 ntohs(nsh->ancount),
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h131 unsigned ancount :16; /*%< number of answer entries */ member in struct:__anon12990

Completed in 104 milliseconds