Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.c537 static bool necp_remove_agent_type_to_id_mapping(u_int32_t agent_type_id);
6957 u_int32_t agent_type_id = 0; in necp_create_agent_type_to_id_mapping() local
6964 agent_type_id = existing_mapping->id; in necp_create_agent_type_to_id_mapping()
6975 agent_type_id = new_mapping->id; in necp_create_agent_type_to_id_mapping()
6977 return agent_type_id; in necp_create_agent_type_to_id_mapping()
6981 necp_remove_agent_type_to_id_mapping(u_int32_t agent_type_id) in necp_remove_agent_type_to_id_mapping() argument
6987 existing_mapping = necp_lookup_agent_type_with_id_locked(agent_type_id); in necp_remove_agent_type_to_id_mapping()