Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dnetwork_agent.h139 #define NETAGENT_FLAG_VOLUNTARY 0x0010 // Use of agent is optional macro
H A Dnecp.c9182 } else if ((agent_flags & NETAGENT_FLAG_VOLUNTARY) == 0) { in necp_socket_find_policy_match()
10909 } else if ((agent_flags & NETAGENT_FLAG_VOLUNTARY) == 0) { in necp_netagents_allow_traffic()
H A Dnecp_client.c2090 !(flags & NETAGENT_FLAG_VOLUNTARY) && in necp_client_flow_is_viable()