Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c5116 …on, u_int8_t expensive_action, u_int8_t constrained_action, u_int32_t *if_indices, u_int8_t *if_ac… in necp_lookup_route_rule_by_contents_locked() argument
5141 if (if_indices[index_b] == 0) { in necp_lookup_route_rule_by_contents_locked()
5147 if (searchentry->exception_if_indices[index_a] == if_indices[index_b] && in necp_lookup_route_rule_by_contents_locked()
5220 u_int32_t if_indices[MAX_ROUTE_RULE_INTERFACES]; in necp_create_route_rule() local
5222 memset(&if_indices, 0, sizeof(if_indices)); in necp_create_route_rule()
5332 if_indices[num_valid_indices++] = rule_interface->if_index; in necp_create_route_rule()
5338 …tion, wifi_action, wired_action, expensive_action, constrained_action, if_indices, if_actions, net… in necp_create_route_rule()
5360 memcpy(&new_rule->exception_if_indices, &if_indices, sizeof(if_indices)); in necp_create_route_rule()