Searched refs:agent_uuid (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/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() 1306 uuid_t agent_uuid = {}; in netagent_handle_unregister_setopt() local 1307 uuid_copy(agent_uuid, payload); in netagent_handle_unregister_setopt() 1308 netagent_unregister_one_session_registration(session, agent_uuid); in netagent_handle_unregister_setopt() 1781 uuid_t agent_uuid = {}; in netagent_handle_assign_nexus_setopt() local 1782 uuid_copy(agent_uuid, payload); in netagent_handle_assign_nexus_setopt() 1783 registration = netagent_session_find_agent_with_uuid_and_lock(session, agent_uuid, false, false); in netagent_handle_assign_nexus_setopt() 1944 uuid_t agent_uuid = {}; in netagent_handle_assign_group_setopt() local 1945 uuid_copy(agent_uuid, payload); in netagent_handle_assign_group_setopt() [all …]
|
| H A D | network_agent.h | 281 extern int netagent_client_message(uuid_t agent_uuid, uuid_t necp_client_uuid, pid_t pid, void *han… 283 extern int netagent_client_message_with_params(uuid_t agent_uuid, 336 extern int netagent_use(uuid_t agent_uuid, uint64_t *out_use_count); 341 extern int netagent_trigger(uuid_t agent_uuid, size_t agent_uuidlen);
|
| H A D | necp_client.c | 649 uuid_t agent_uuid[NECP_FD_REPORTED_AGENT_COUNT]; member 4702 uuid_t agent_uuid) in necp_agent_is_removed_by_type() argument 4713 if (netagent_get_agent_domain_and_type(agent_uuid, compare_agent_domain, compare_agent_type)) { in necp_agent_is_removed_by_type() 5801 necp_ifnet_matches_agent(struct ifnet *ifp, uuid_t *agent_uuid, bool check_delegates) in necp_ifnet_matches_agent() argument 5809 if (uuid_compare(check_ifp->if_agentids[index], *agent_uuid) == 0) { in necp_ifnet_matches_agent() 9476 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow() 9483 if (uuid_compare(option->nexus_agent, add_request->agent_uuid) == 0) { in necp_client_add_flow() 9494 …necp_client_add_nexus_flow_if_needed(new_registration, add_request->agent_uuid, interface_index, p… in necp_client_add_flow() 9496 error = netagent_client_message_with_params(add_request->agent_uuid, in necp_client_add_flow() 9509 …!necp_assign_client_result_locked(proc, fd_data, client, new_registration, add_request->agent_uuid, in necp_client_add_flow() [all …]
|
| H A D | necp.h | 972 uuid_t agent_uuid; member 982 uuid_t agent_uuid; member 987 uuid_t agent_uuid; member 1649 uuid_t agent_uuid; member
|