Home
last modified time | relevance | path

Searched refs:tlv_total_length (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c5438 size_t tlv_total_length = (sizeof(struct necp_tlv_header) + length); in necp_client_remove_agent_from_result() local
5441 (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()