Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c7532 size_t *assigned_results_cursor) in necp_client_fillout_flow_tlvs() argument
7632 …error = copyout(&header, uap->buffer + client->result_length + *assigned_results_cursor, header_le… in necp_client_fillout_flow_tlvs()
7637 *assigned_results_cursor += header_length; in necp_client_fillout_flow_tlvs()
7641 …r = copyout(flow->assigned_results, uap->buffer + client->result_length + *assigned_results_cursor, in necp_client_fillout_flow_tlvs()
7648 *assigned_results_cursor += flow->assigned_results_length; in necp_client_fillout_flow_tlvs()
7662 …r = copyout(&protoctl_event_header, uap->buffer + client->result_length + *assigned_results_cursor, in necp_client_fillout_flow_tlvs()
7670 *assigned_results_cursor += sizeof(protoctl_event_header); in necp_client_fillout_flow_tlvs()
7769 …size_t assigned_results_cursor = client->assigned_group_members_length; // Start with an offset ba… in necp_client_copy_internal() local
7772 …out_flow_tlvs(client, client_is_observed, single_flow_registration, uap, &assigned_results_cursor); in necp_client_copy_internal()
7781 …nt_fillout_flow_tlvs(client, client_is_observed, flow_registration, uap, &assigned_results_cursor); in necp_client_copy_internal()
[all …]