Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dnecp_client.c9319 struct necp_client_add_flow * __indexable add_request = NULL; in necp_client_add_flow() local
9351 add_request = (struct necp_client_add_flow *)&default_add_request; in necp_client_add_flow()
9365 add_request = allocated_add_request; in necp_client_add_flow()
9400 new_registration->flags = add_request->flags; in necp_client_add_flow()
9404 …bool open_flow_on_behalf_of_client = (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OPEN_FLOW_ON_BEH… in necp_client_add_flow()
9406 if (open_flow_on_behalf_of_client && !uuid_is_null(add_request->registration_id)) { in necp_client_add_flow()
9407 uuid_copy(registration_id_to_add, add_request->registration_id); in necp_client_add_flow()
9413 uuid_copy(add_request->registration_id, new_registration->registration_id); in necp_client_add_flow()
9419 add_request->stats_request_count * sizeof(struct necp_client_flow_stats)); in necp_client_add_flow()
9423 if (add_request->flags & NECP_CLIENT_FLOW_FLAGS_OVERRIDE_ADDRESS) { in necp_client_add_flow()
[all …]