Searched refs:term_len (Results 1 – 1 of 1) sorted by relevance
2583 int term_len = *rdata_curr; in dns_rdata_to_name() local2586 if (term_len == 0) in dns_rdata_to_name()2591 else if (term_len > k_label_maxlen) in dns_rdata_to_name()2596 else if (rdata_curr + term_len > rdata + rdlen) in dns_rdata_to_name()2602 if (name_len < i + term_len + 1) in dns_rdata_to_name()2609 memcpy (name + i, rdata_curr, term_len); in dns_rdata_to_name()2611 i += term_len; in dns_rdata_to_name()2612 rdata_curr += term_len; in dns_rdata_to_name()