Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c5363 …_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
5395 searchentry->exception_if_actions[index_a] == if_actions[index_b]) { in necp_lookup_route_rule_by_contents_locked()
5470 u_int8_t if_actions[MAX_ROUTE_RULE_INTERFACES]; in necp_create_route_rule() local
5471 memset(&if_actions, 0, sizeof(if_actions)); in necp_create_route_rule()
5578 if_actions[num_valid_indices] = rule_action; in necp_create_route_rule()
5585 …ction, wired_action, expensive_action, constrained_action, if_indices, if_actions, netagent_uuid, … in necp_create_route_rule()
5608 memcpy(&new_rule->exception_if_actions, &if_actions, sizeof(if_actions)); in necp_create_route_rule()