Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c9161 u_int32_t agent_flags = 0; in necp_socket_find_policy_match() local
9162 agent_flags = netagent_get_flags(mapping->uuid); in necp_socket_find_policy_match()
9163 if (agent_flags & NETAGENT_FLAG_REGISTERED) { in necp_socket_find_policy_match()
9164 if (agent_flags & NETAGENT_FLAG_ACTIVE) { in necp_socket_find_policy_match()
9166 } else if ((agent_flags & NETAGENT_FLAG_VOLUNTARY) == 0) { in necp_socket_find_policy_match()
9167 if (agent_flags & NETAGENT_FLAG_KERNEL_ACTIVATED) { in necp_socket_find_policy_match()
10888 u_int32_t agent_flags = 0; in necp_netagents_allow_traffic() local
10889 agent_flags = netagent_get_flags(mapping->uuid); in necp_netagents_allow_traffic()
10890 if (agent_flags & NETAGENT_FLAG_REGISTERED) { in necp_netagents_allow_traffic()
10891 if (agent_flags & NETAGENT_FLAG_ACTIVE) { in necp_netagents_allow_traffic()
[all …]