Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.c8955 bool agent_already_present = false; in necp_application_find_policy_match_internal() local
8959 agent_already_present = true; in necp_application_find_policy_match_internal()
8966 if (!agent_already_present) { in necp_application_find_policy_match_internal()
10325 bool agent_already_present = false; in necp_socket_find_policy_match_with_info_locked() local
10329 agent_already_present = true; in necp_socket_find_policy_match_with_info_locked()
10337 if (!agent_already_present) { in necp_socket_find_policy_match_with_info_locked()
10353 bool agent_already_present = false; in necp_socket_find_policy_match_with_info_locked() local
10357 agent_already_present = true; in necp_socket_find_policy_match_with_info_locked()
10361 if (!agent_already_present && netagent_cursor < netagent_array_count_adjusted) { in necp_socket_find_policy_match_with_info_locked()
10374 bool agent_already_present = false; in necp_socket_find_policy_match_with_info_locked() local
[all …]