Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c6188 …ned_action, u_int32_t * __indexable if_indices, u_int8_t * __indexable if_actions, uuid_t netagent… in necp_lookup_route_rule_by_contents_locked() argument
6224 searchentry->exception_if_actions[index_a] == if_actions[index_b]) { in necp_lookup_route_rule_by_contents_locked()
6303 u_int8_t if_actions[MAX_ROUTE_RULE_INTERFACES]; in necp_create_route_rule() local
6304 memset(&if_actions, 0, sizeof(if_actions)); in necp_create_route_rule()
6445 if_actions[num_valid_indices] = rule_action; in necp_create_route_rule()
6452 …n, companion_action, vpn_action, ultra_constrained_action, if_indices, if_actions, netagent_uuid, … in necp_create_route_rule()
6479 memcpy(&new_rule->exception_if_actions, &if_actions, sizeof(if_actions)); in necp_create_route_rule()