Searched refs:RULE_PRIORITY_BYPASSABLE_VPN (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DRouteController.cpp67 const uint32_t RULE_PRIORITY_BYPASSABLE_VPN = 20000; member in namespace:android::net
485 priority = RULE_PRIORITY_BYPASSABLE_VPN;
511 uint32_t priority = secure ? RULE_PRIORITY_SECURE_VPN : RULE_PRIORITY_BYPASSABLE_VPN;

Completed in 72 milliseconds