Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c537 static bool necp_remove_agent_type_to_id_mapping(u_int32_t agent_type_id);
6946 u_int32_t agent_type_id = 0; in necp_create_agent_type_to_id_mapping() local
6953 agent_type_id = existing_mapping->id; in necp_create_agent_type_to_id_mapping()
6964 agent_type_id = new_mapping->id; in necp_create_agent_type_to_id_mapping()
6966 return agent_type_id; in necp_create_agent_type_to_id_mapping()
6970 necp_remove_agent_type_to_id_mapping(u_int32_t agent_type_id) in necp_remove_agent_type_to_id_mapping() argument
6976 existing_mapping = necp_lookup_agent_type_with_id_locked(agent_type_id); in necp_remove_agent_type_to_id_mapping()