Home
last modified time | relevance | path

Searched defs:necp_session_policy (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Dnecp.h1269 struct necp_session_policy { struct
1271 bool applied; // Applied into the kernel table
1272 bool pending_deletion; // Waiting to be removed from kernel table
1273 … pending_update; // Policy has been modified since creation/last application
1274 necp_policy_id local_id;
1275 necp_policy_order order;
1276 u_int8_t *result;
1277 u_int32_t result_size;
1278 …t *conditions; // Array of conditions, each with a u_int32_t length at start
1279 u_int32_t conditions_size;
[all …]