Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c8802 u_int32_t agent_flags = 0; in necp_socket_find_policy_match() local
8803 agent_flags = netagent_get_flags(mapping->uuid); in necp_socket_find_policy_match()
8804 if (agent_flags & NETAGENT_FLAG_REGISTERED) { in necp_socket_find_policy_match()
8805 if (agent_flags & NETAGENT_FLAG_ACTIVE) { in necp_socket_find_policy_match()
8807 } else if ((agent_flags & NETAGENT_FLAG_VOLUNTARY) == 0) { in necp_socket_find_policy_match()
8808 if (agent_flags & NETAGENT_FLAG_KERNEL_ACTIVATED) { in necp_socket_find_policy_match()
10516 u_int32_t agent_flags = 0; in necp_netagents_allow_traffic() local
10517 agent_flags = netagent_get_flags(mapping->uuid); in necp_netagents_allow_traffic()
10518 if (agent_flags & NETAGENT_FLAG_REGISTERED) { in necp_netagents_allow_traffic()
10519 if (agent_flags & NETAGENT_FLAG_ACTIVE) { in necp_netagents_allow_traffic()
[all …]