Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c8944 bool agent_already_present = false; in necp_application_find_policy_match_internal() local
8948 agent_already_present = true; in necp_application_find_policy_match_internal()
8955 if (!agent_already_present) { in necp_application_find_policy_match_internal()
10314 bool agent_already_present = false; in necp_socket_find_policy_match_with_info_locked() local
10318 agent_already_present = true; in necp_socket_find_policy_match_with_info_locked()
10326 if (!agent_already_present) { in necp_socket_find_policy_match_with_info_locked()
10342 bool agent_already_present = false; in necp_socket_find_policy_match_with_info_locked() local
10346 agent_already_present = true; in necp_socket_find_policy_match_with_info_locked()
10350 if (!agent_already_present && netagent_cursor < netagent_array_count_adjusted) { in necp_socket_find_policy_match_with_info_locked()
10363 bool agent_already_present = false; in necp_socket_find_policy_match_with_info_locked() local
[all …]