Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c8600 size_t *assigned_results_cursor) in necp_client_fillout_flow_tlvs() argument
8710 …error = copyout(&header, uap->buffer + client->result_length + *assigned_results_cursor, header_le… in necp_client_fillout_flow_tlvs()
8715 *assigned_results_cursor += header_length; in necp_client_fillout_flow_tlvs()
8719 …r = copyout(flow->assigned_results, uap->buffer + client->result_length + *assigned_results_cursor, in necp_client_fillout_flow_tlvs()
8726 *assigned_results_cursor += flow->assigned_results_length; in necp_client_fillout_flow_tlvs()
8739 …r = copyout(&protoctl_event_header, uap->buffer + client->result_length + *assigned_results_cursor, in necp_client_fillout_flow_tlvs()
8747 *assigned_results_cursor += sizeof(protoctl_event_header); in necp_client_fillout_flow_tlvs()
8757 error = copyout(buffer, uap->buffer + client->result_length + *assigned_results_cursor, in necp_client_fillout_flow_tlvs()
8759 *assigned_results_cursor += buflen; in necp_client_fillout_flow_tlvs()
8779 client->result_length + *assigned_results_cursor, sizeof(flow_stats_header)); in necp_client_fillout_flow_tlvs()
[all …]