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

/system/netd/server/
H A DRouteController.cpp542 WARN_UNUSED_RESULT int modifyExplicitNetworkRule(unsigned netId, uint32_t table, function in namespace:__anon1890
668 if (int ret = modifyExplicitNetworkRule(localNetId, ROUTE_TABLE_LOCAL_NETWORK, PERMISSION_NONE,
761 if (int ret = modifyExplicitNetworkRule(netId, table, permission, INVALID_UID, INVALID_UID,
802 if (int ret = modifyExplicitNetworkRule(netId, table, PERMISSION_NONE, range.first,
822 return modifyExplicitNetworkRule(netId, table, PERMISSION_NONE, UID_ROOT, UID_ROOT, add);

Completed in 49 milliseconds