Searched refs:tlv_total_length (Results 1 – 1 of 1) sorted by relevance
5438 size_t tlv_total_length = (sizeof(struct necp_tlv_header) + length); in necp_client_remove_agent_from_result() local5441 (offset + tlv_total_length) <= client->result_length) { in necp_client_remove_agent_from_result()5449 result_buffer + offset + tlv_total_length, in necp_client_remove_agent_from_result()5450 client->result_length - (offset + tlv_total_length)); in necp_client_remove_agent_from_result()5451 client->result_length -= tlv_total_length; in necp_client_remove_agent_from_result()5457 offset += tlv_total_length; in necp_client_remove_agent_from_result()