Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c486 u_int32_t netagent_id; member
3884 ultimate_result_parameter.netagent_id = necp_create_uuid_service_id_mapping(netagent_uuid); in necp_policy_apply()
3885 if (ultimate_result_parameter.netagent_id != 0) { in necp_policy_apply()
4445 …d_id_mapping *mapping = necp_uuid_lookup_uuid_with_service_id_locked(result_parameter.netagent_id); in necp_get_result_description()
4455 …d_id_mapping *mapping = necp_uuid_lookup_uuid_with_service_id_locked(result_parameter.netagent_id); in necp_get_result_description()
4465 …d_id_mapping *mapping = necp_uuid_lookup_uuid_with_service_id_locked(result_parameter.netagent_id); in necp_get_result_description()
5164 bool has_agent_b = (searchentry->netagent_id != 0); in necp_lookup_route_rule_by_contents_locked()
5170 …_uuid_id_mapping *mapping = necp_uuid_lookup_uuid_with_service_id_locked(searchentry->netagent_id); in necp_lookup_route_rule_by_contents_locked()
5348 new_rule->netagent_id = necp_create_uuid_service_id_mapping(netagent_uuid); in necp_create_route_rule()
5404 necp_remove_uuid_service_id_mapping_with_service_id(existing_rule->netagent_id); in necp_remove_route_rule()
[all …]
H A Dnecp.h1088 u_int32_t netagent_id; member