Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dnetwork_agent.h139 #define NETAGENT_FLAG_VOLUNTARY 0x0010 // Use of agent is optional macro
H A Dnecp.c9365 } else if ((agent_flags & NETAGENT_FLAG_VOLUNTARY) == 0) { in necp_socket_verify_netagents()
11421 } else if ((agent_flags & NETAGENT_FLAG_VOLUNTARY) == 0) { in necp_netagents_allow_traffic()
H A Dnecp_client.c2110 !(flags & NETAGENT_FLAG_VOLUNTARY) && in necp_client_flow_is_viable()