Searched refs:RULE_PRIORITY_EXPLICIT_NETWORK (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/netd/server/ |
H A D | RouteController.h | 47 constexpr int32_t RULE_PRIORITY_EXPLICIT_NETWORK = 16000; variable
|
H A D | RouteController.cpp | 597 RULE_PRIORITY_EXPLICIT_NETWORK + subPriority, table, fwmark.intValue, in modifyExplicitNetworkRule() 624 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_EXPLICIT_NETWORK, table, in modifyLocalNetworkRule()
|
/aosp_15_r20/system/netd/tests/ |
H A D | binder_test.cpp | 119 using android::net::RULE_PRIORITY_EXPLICIT_NETWORK; 828 RULE_PRIORITY_EXPLICIT_NETWORK, ifName.c_str()); in expectLocalIpRuleExists() 1764 RULE_PRIORITY_EXPLICIT_NETWORK, ifName); in expectNetworkPermissionIpRuleExists() 1769 RULE_PRIORITY_EXPLICIT_NETWORK, ifName); in expectNetworkPermissionIpRuleExists() 1774 RULE_PRIORITY_EXPLICIT_NETWORK, ifName); in expectNetworkPermissionIpRuleExists() 4163 ipRuleExistsForRange(RULE_PRIORITY_EXPLICIT_NETWORK + uidRangeConfig.subPriority, in verifyVpnUidRules()
|