Searched refs:end_of_label (Results 1 – 1 of 1) sorted by relevance
470 const uint8_t *end_of_label = NULL; in dns_unpack_name() local493 end_of_label = curr_src + 1; in dns_unpack_name()534 if (!end_of_label) { in dns_unpack_name()535 end_of_label = curr_src; in dns_unpack_name()538 *eol = end_of_label; in dns_unpack_name()571 const uint8_t *end_of_label; in dns_unpack_query() local579 buf, &end_of_label); in dns_unpack_query()584 query_type = dns_unpack_query_qtype(end_of_label); in dns_unpack_query()593 query_class = dns_unpack_query_qclass(end_of_label); in dns_unpack_query()606 dns_msg->query_offset = end_of_label - dns_msg->msg + 2 + 2; in dns_unpack_query()