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

/system/netd/server/
H A DRouteController.cpp72 const uint32_t ROUTE_TABLE_LOCAL_NETWORK = 97; member in namespace:android::net
190 addTableName(ROUTE_TABLE_LOCAL_NETWORK, ROUTE_TABLE_NAME_LOCAL_NETWORK, &contents);
463 ROUTE_TABLE_LOCAL_NETWORK, MARK_UNSET, MARK_UNSET, vpnInterface, OIF_NONE,
651 if (int ret = modifyExplicitNetworkRule(localNetId, ROUTE_TABLE_LOCAL_NETWORK, PERMISSION_NONE,
662 return modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LOCAL_NETWORK, ROUTE_TABLE_LOCAL_NETWORK,
713 return modifyOutputInterfaceRules(interface, ROUTE_TABLE_LOCAL_NETWORK, PERMISSION_NONE,
868 table = ROUTE_TABLE_LOCAL_NETWORK;

Completed in 477 milliseconds