Searched refs:qdcount (Results 1 – 2 of 2) sorted by relevance
79 unsigned qdcount :16; /* number of question entries */ member
366 int qdcount; member581 dest[4] = (h->qdcount & 0xff00) >> 8; in __encode_header()582 dest[5] = (h->qdcount & 0x00ff) >> 0; in __encode_header()608 h->qdcount = (data[4] << 8) | data[5]; in __decode_header()810 for (j = 0; j < h->qdcount; j++) { in __encode_packet()879 h.qdcount = 1; in __form_query()1335 h.qdcount = 1; in __dns_lookup()1456 h.qdcount, h.ancount, h.nscount, h.arcount); in __dns_lookup()1493 for (j = 0; j < h.qdcount; j++) { in __dns_lookup()4253 hp->qdcount = htons(1); in res_mkquery()
Completed in 8 milliseconds