Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c6675 int netagent_cursor; in necp_application_find_policy_match_internal() local
7055 for (netagent_cursor = 0; netagent_cursor < NECP_MAX_NETAGENTS; netagent_cursor++) { in necp_application_find_policy_match_internal()
7057 u_int32_t netagent_id = netagent_ids[netagent_cursor]; in necp_application_find_policy_match_internal()
7064 returned_result->netagent_use_flags[netagent_i] = netagent_use_flags[netagent_cursor]; in necp_application_find_policy_match_internal()
7436 for (netagent_cursor = 0; netagent_cursor < NECP_MAX_NETAGENTS; netagent_cursor++) { in necp_application_find_policy_match_internal()
7437 if (uuid_compare(returned_result->netagents[netagent_cursor], mapping->uuid) == 0) { in necp_application_find_policy_match_internal()
7442 returned_result->netagent_use_flags[netagent_cursor] = NECP_AGENT_USE_FLAG_REMOVE; in necp_application_find_policy_match_internal()
7444 } else if (uuid_is_null(returned_result->netagents[netagent_cursor])) { in necp_application_find_policy_match_internal()
7447 uuid_copy(returned_result->netagents[netagent_cursor], mapping->uuid); in necp_application_find_policy_match_internal()
7449 returned_result->netagent_use_flags[netagent_cursor] = NECP_AGENT_USE_FLAG_REMOVE; in necp_application_find_policy_match_internal()
[all …]