Searched refs:end_of_label (Results 1 – 1 of 1) sorted by relevance
476 const uint8_t *end_of_label = NULL; in dns_unpack_name() local499 end_of_label = curr_src + 1; in dns_unpack_name()540 if (!end_of_label) { in dns_unpack_name()541 end_of_label = curr_src; in dns_unpack_name()544 *eol = end_of_label; in dns_unpack_name()577 const uint8_t *end_of_label; in dns_unpack_query() local585 buf, &end_of_label); in dns_unpack_query()590 query_type = dns_unpack_query_qtype(end_of_label); in dns_unpack_query()599 query_class = dns_unpack_query_qclass(end_of_label); in dns_unpack_query()612 dns_msg->query_offset = end_of_label - dns_msg->msg + 2 + 2; in dns_unpack_query()