HomeSort by: relevance | last modified time | path
    Searched defs:qdcount (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/crypto/dist/ipsec-tools/src/racoon/
getcertsbyname.c 204 int qdcount, ancount, rdlength; local
246 qdcount = ntohs(hp->qdcount);
250 if (qdcount != 1) {
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 139 * If qdcount is not 0, then it is 1, and the data that appears
143 uint8_t qdcount; member in struct:reply_info
291 * caches or anything, this is only parsing. Returns formerror on qdcount > 1.
msgparse.h 136 uint16_t qdcount; member in struct:msg_parse
156 /** query type, host order. 0 if qdcount=0 */
158 /** query class, host order. 0 if qdcount=0 */
  /src/lib/libc/net/
getnetnamadr.c 177 int type, class, ancount, qdcount, haveanswer; local
200 qdcount = ntohs(hp->qdcount); /* #/entries in the question section */
204 if (!qdcount) {
211 while (qdcount-- > 0) {
hesiod.c 415 int ancount, qdcount, i, j, n, skip, type, class, len; local
442 qdcount = ntohs(hp->qdcount);
450 for (i = 0; i < qdcount; i++) {
gethnamaddr.c 223 int type, class, ancount, qdcount; local
258 qdcount = ntohs(hp->qdcount);
263 if (qdcount != 1)
getaddrinfo.c 1717 int type, class, ancount, qdcount; local
1752 qdcount = ntohs(hp->qdcount);
1756 if (qdcount != 1) {
  /src/external/bsd/libbind/dist/irs/
dns_nw.c 304 int type, class, ancount, qdcount, haveanswer; local
317 qdcount = ntohs(hp->qdcount);
318 while (qdcount-- > 0) {
450 int anslen, type, class, ancount, qdcount; local
479 qdcount = ntohs(hp->qdcount);
480 while (qdcount-- > 0) {
hesiod.c 356 int ancount, qdcount; local
383 qdcount = ntohs(hp->qdcount);
388 for (i = 0; i < qdcount; i++) {
dns_ho.c 686 int type, class, ancount, qdcount, n, haveanswer, had_error; local
733 qdcount = ntohs(hp->qdcount);
737 if (qdcount != 1) {
  /src/external/bsd/tcpdump/dist/
print-domain.c 914 u_int qdcount, ancount, nscount, arcount; local
960 qdcount = GET_BE_U_2(np->qdcount);
968 for (i = 0; i < qdcount; i++) {
1020 if (qdcount != 1)
1021 ND_PRINT(" [%uq]", qdcount);
1024 for (i = 0; i < qdcount; i++) {
1095 if (qdcount)
1096 ND_PRINT(" [%uq]", qdcount);
1102 if (qdcount != 1
    [all...]
print-smb.c 1089 u_int qdcount, ancount, nscount, arcount; local
1099 qdcount = GET_BE_U_2(data + 4);
1122 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
1129 if (qdcount > 100 || total > 100) {
1134 if (qdcount) {
1136 for (i = 0; i < qdcount; i++) {
  /src/lib/libc/resolv/
res_send.c 269 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local
271 while (qdcount-- > 0) {
307 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local
320 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
322 while (qdcount-- > 0) {
res_debug.c 291 int qdcount, ancount, nscount, arcount; local
301 qdcount = ns_msg_count(handle, ns_s_qd);
336 p_section(ns_s_qd, (int)opcode), qdcount);
355 if (qdcount == 0 && ancount == 0 &&
  /src/external/bsd/libbind/dist/resolv/
res_send.c 223 int qdcount = ntohs(((const HEADER*)buf)->qdcount); local
225 while (qdcount-- > 0) {
261 int qdcount = ntohs(((const HEADER*)buf1)->qdcount); local
274 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
276 while (qdcount-- > 0) {
res_debug.c 281 int qdcount, ancount, nscount, arcount; local
291 qdcount = ns_msg_count(handle, ns_s_qd);
326 p_section(ns_s_qd, opcode), qdcount);
345 if (qdcount == 0 && ancount == 0 &&
  /src/include/arpa/
nameser_compat.h 92 unsigned qdcount :16; /*%< number of question entries */ member in struct:__anon112
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c 378 int qdcount = ntohs(message->wire.qdcount); local
381 if (rr_index >= qdcount) {
626 dns_message.qdcount = htons(num_questions);
  /src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h 127 unsigned qdcount :16; /*%< number of question entries */ member in struct:__anon7147
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 339 (int)d->flags, (int)d->qdcount,
756 unsigned int flags, qdcount, security, an, ns, ar; local
778 if(sscanf(s, " %u %u " ARG_LL "d %u %u %u %u %d %n", &flags, &qdcount, &ttl,
788 rep.qdcount = (uint16_t)qdcount;
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h 77 unsigned qdcount :16; /* number of question entries */ member in struct:__anon24421
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
resolve.h 221 unsigned qdcount; member in struct:rk_dns_header
  /src/external/bsd/unbound/dist/testcode/
doqclient.c 523 int i, qdcount, ancount; local
529 qdcount = LDNS_QDCOUNT(data);
534 for(i=0; i<qdcount; i++) {
  /src/sys/dev/qbus/
qd.c 223 int qdcount = 0; /* count of successfully probed qd's */ variable
726 qdcount++;
  /src/external/bsd/nsd/dist/
xfrd.c 2176 size_t qdcount = QDCOUNT(packet); local
2234 if(qdcount > 64 || ancount > 65530 || nscount > 65530) {
2242 for(rr_count = 0; rr_count < qdcount; ++rr_count) {

Completed in 92 milliseconds

1 2