Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c8568 struct necp_client_add_flow * __indexable add_request = NULL; in necp_client_add_flow() local
8600 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()
8614 add_request = allocated_add_request; in necp_client_add_flow()
8649 new_registration->flags = add_request->flags; in necp_client_add_flow()
8652 uuid_copy(add_request->registration_id, new_registration->registration_id); in necp_client_add_flow()
8657 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()
8661 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OVERRIDE_ADDRESS) { in necp_client_add_flow()
8664 override_address = flow_req_get_address(add_request, offset_of_address); in necp_client_add_flow()
8676 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OVERRIDE_IP_PROTOCOL) { in necp_client_add_flow()
8679 uint8_t * __single ip_protocol_p = flow_req_get_proto(add_request, offset_of_ip_protocol); in necp_client_add_flow()
[all …]