Searched refs:agent_id (Results 1 – 3 of 3) sorted by relevance
92 uuid_t agent_id; member
520 static struct necp_uuid_id_mapping *necp_uuid_lookup_uuid_with_app_id_locked(u_int32_t agent_id);522 static bool necp_agent_id_is_uuid(u_int32_t agent_id);524 static struct necp_uuid_id_mapping *necp_uuid_lookup_uuid_with_agent_id_locked(u_int32_t agent_id);527 static bool necp_remove_agent_uuid_id_mapping_with_agent_id(u_int32_t agent_id);538 static struct necp_agent_type_id_mapping *necp_lookup_agent_type_with_id_locked(u_int32_t agent_id);6726 necp_agent_id_is_uuid(u_int32_t agent_id) in necp_agent_id_is_uuid() argument6728 return agent_id < NECP_FIRST_VALID_AGENT_TYPE_ID; in necp_agent_id_is_uuid()6813 necp_uuid_lookup_uuid_with_agent_id_locked(u_int32_t agent_id) in necp_uuid_lookup_uuid_with_agent_id_locked() argument6818 if (agent_id == NECP_NULL_AGENT_ID) { in necp_uuid_lookup_uuid_with_agent_id_locked()6823 if (searchentry->id == agent_id) { in necp_uuid_lookup_uuid_with_agent_id_locked()[all …]
978 netagent_unregister_one_session_registration(struct netagent_session *session, uuid_t agent_id) in netagent_unregister_one_session_registration() argument987 if (uuid_compare(agent_id, registration->netagent->netagent_uuid) != 0) { in netagent_unregister_one_session_registration()1013 ifnet_clear_netagent(agent_id); in netagent_unregister_one_session_registration()1014 netagent_post_event(agent_id, KEV_NETAGENT_UNREGISTERED, TRUE, false); in netagent_unregister_one_session_registration()