Searched refs:qtype_qclass (Results 1 – 1 of 1) sorted by relevance
503 } qtype_qclass; in parse_query() local504 if (remaining < sizeof (qtype_qclass)) in parse_query()507 memcpy (&qtype_qclass, buffer + 12 + ret, sizeof (qtype_qclass)); in parse_query()508 info->qclass = ntohs (qtype_qclass.qclass); in parse_query()509 info->qtype = ntohs (qtype_qclass.qtype); in parse_query()
Completed in 7 milliseconds