Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c5116 …_action, u_int8_t constrained_action, u_int32_t *if_indices, u_int8_t *if_actions, uuid_t netagent… in necp_lookup_route_rule_by_contents_locked() argument
5148 searchentry->exception_if_actions[index_a] == if_actions[index_b]) { in necp_lookup_route_rule_by_contents_locked()
5223 u_int8_t if_actions[MAX_ROUTE_RULE_INTERFACES]; in necp_create_route_rule() local
5224 memset(&if_actions, 0, sizeof(if_actions)); in necp_create_route_rule()
5331 if_actions[num_valid_indices] = rule_action; in necp_create_route_rule()
5338 …ction, wired_action, expensive_action, constrained_action, if_indices, if_actions, netagent_uuid, … in necp_create_route_rule()
5361 memcpy(&new_rule->exception_if_actions, &if_actions, sizeof(if_actions)); in necp_create_route_rule()