Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.c6199 …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
6235 searchentry->exception_if_actions[index_a] == if_actions[index_b]) { in necp_lookup_route_rule_by_contents_locked()
6314 u_int8_t if_actions[MAX_ROUTE_RULE_INTERFACES]; in necp_create_route_rule() local
6315 memset(&if_actions, 0, sizeof(if_actions)); in necp_create_route_rule()
6456 if_actions[num_valid_indices] = rule_action; in necp_create_route_rule()
6463 …n, companion_action, vpn_action, ultra_constrained_action, if_indices, if_actions, netagent_uuid, … in necp_create_route_rule()
6490 memcpy(&new_rule->exception_if_actions, &if_actions, sizeof(if_actions)); in necp_create_route_rule()