Searched refs:ltv_len (Results 1 – 1 of 1) sorted by relevance
479 uint8_t ltv_len; in Parse() local480 STREAM_TO_UINT8(ltv_len, p_value); in Parse()483 if (ltv_len == 0) continue; in Parse()485 if (p_value_end < (p_value + ltv_len)) { in Parse()486 log::error("Invalid ltv_len: {}", static_cast<int>(ltv_len)); in Parse()493 ltv_len -= sizeof(ltv_type); in Parse()496 p_value += ltv_len; in Parse()