Searched refs:agent_uuid (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | network_agent.c | 362 netagent_post_event(uuid_t agent_uuid, u_int32_t event_code, bool update_necp, bool should_update_i… in netagent_post_event() argument 378 uuid_copy(event_data.netagent_uuid, agent_uuid); in netagent_post_event() 1304 uuid_t agent_uuid = {}; in netagent_handle_unregister_setopt() local 1305 uuid_copy(agent_uuid, payload); in netagent_handle_unregister_setopt() 1306 netagent_unregister_one_session_registration(session, agent_uuid); in netagent_handle_unregister_setopt() 1779 uuid_t agent_uuid = {}; in netagent_handle_assign_nexus_setopt() local 1780 uuid_copy(agent_uuid, payload); in netagent_handle_assign_nexus_setopt() 1781 registration = netagent_session_find_agent_with_uuid_and_lock(session, agent_uuid, false, false); in netagent_handle_assign_nexus_setopt() 1942 uuid_t agent_uuid = {}; in netagent_handle_assign_group_setopt() local 1943 uuid_copy(agent_uuid, payload); in netagent_handle_assign_group_setopt() [all …]
|
| H A D | network_agent.h | 279 extern int netagent_client_message(uuid_t agent_uuid, uuid_t necp_client_uuid, pid_t pid, void *han… 281 extern int netagent_client_message_with_params(uuid_t agent_uuid, 334 extern int netagent_use(uuid_t agent_uuid, uint64_t *out_use_count); 339 extern int netagent_trigger(uuid_t agent_uuid, size_t agent_uuidlen);
|
| H A D | necp_client.c | 631 uuid_t agent_uuid[NECP_FD_REPORTED_AGENT_COUNT]; member 5582 necp_ifnet_matches_agent(struct ifnet *ifp, uuid_t *agent_uuid, bool check_delegates) in necp_ifnet_matches_agent() argument 5590 if (uuid_compare(check_ifp->if_agentids[index], *agent_uuid) == 0) { in necp_ifnet_matches_agent() 8695 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow() 8702 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow() 8713 necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index); in necp_client_add_flow() 8715 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow() 8728 …!necp_assign_client_result_locked(proc, fd_data, client, new_registration, add_request->agent_uuid, in necp_client_add_flow() 8738 uuid_compare(flow->u.nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow() 8788 if (uuid_compare(interface->if_agentids[i], add_request->agent_uuid) == 0) { in necp_client_add_flow() [all …]
|
| H A D | necp.h | 953 uuid_t agent_uuid; member 963 uuid_t agent_uuid; member 968 uuid_t agent_uuid; member 1624 uuid_t agent_uuid; member
|