Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp.c10487 bool default_is_allowed = TRUE; in necp_route_is_allowed_inner() local
10516 default_is_allowed = (route_rule->default_action == NECP_ROUTE_RULE_DENY_INTERFACE) ? FALSE : TRUE; in necp_route_is_allowed_inner()
10521 if (necp_debug > 1 && !default_is_allowed) { in necp_route_is_allowed_inner()
10522 … No interface for route, using default for Rule %d Allowed %d", route_rule_id, default_is_allowed); in necp_route_is_allowed_inner()
10524 return default_is_allowed; in necp_route_is_allowed_inner()
10677 if (necp_debug > 1 && !default_is_allowed) { in necp_route_is_allowed_inner()
10678 …G_DEBUG, "Route Allowed: Using default for Rule %d Allowed %d", route_rule_id, default_is_allowed); in necp_route_is_allowed_inner()
10680 return default_is_allowed; in necp_route_is_allowed_inner()