Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c5363 …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
5388 if (if_indices[index_b] == 0) { in necp_lookup_route_rule_by_contents_locked()
5394 if (searchentry->exception_if_indices[index_a] == if_indices[index_b] && in necp_lookup_route_rule_by_contents_locked()
5467 u_int32_t if_indices[MAX_ROUTE_RULE_INTERFACES]; in necp_create_route_rule() local
5469 memset(&if_indices, 0, sizeof(if_indices)); in necp_create_route_rule()
5579 if_indices[num_valid_indices++] = rule_interface->if_index; in necp_create_route_rule()
5585 …tion, wifi_action, wired_action, expensive_action, constrained_action, if_indices, if_actions, net… in necp_create_route_rule()
5607 memcpy(&new_rule->exception_if_indices, &if_indices, sizeof(if_indices)); in necp_create_route_rule()