/external/chromium_org/net/dns/ |
dns_protocol.h | 35 // | ARCOUNT | 84 uint16 arcount; member in struct:net::dns_protocol::Header
|
/bionic/libc/include/arpa/ |
nameser_compat.h | 135 unsigned arcount :16; /* number of resource entries */ member in struct:__anon148
|
/development/ndk/platforms/android-L/include/arpa/ |
nameser_compat.h | 135 unsigned arcount :16; /* number of resource entries */ member in struct:__anon1888
|
/external/dnsmasq/src/ |
rfc1035.c | 424 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount), 429 if (pheader && ntohs(header->arcount) == 0) 433 header->arcount = htons(1); 447 int i, arcount = ntohs(header->arcount); local 477 if (arcount == 0) 483 for (i = 0; i < arcount; i++) 505 i == arcount - 1 && 626 if (!do_doctor(p, ntohs(header->arcount), header, qlen)) 910 header->arcount = htons(0) [all...] |
nameser.h | 317 unsigned arcount :16; /* number of resource entries */ member in struct:__anon25053
|
/external/libpcap/Win32/Include/arpa/ |
nameser.h | 284 unsigned arcount :16; /* number of resource entries */ member in struct:__anon4124
|
/bionic/libc/dns/resolv/ |
res_debug.c | 289 int qdcount, ancount, nscount, arcount; local 302 arcount = ns_msg_count(handle, ns_s_ar); 340 p_section(ns_s_ar, (int)opcode), arcount); 354 nscount == 0 && arcount == 0) [all...] |