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

/system/netd/server/
H A DRouteController.cpp751 WARN_UNUSED_RESULT int modifyPhysicalNetwork(unsigned netId, const char* interface, function in namespace:__anon1890
1012 if (int ret = modifyPhysicalNetwork(netId, interface, permission, ACTION_ADD)) {
1021 if (int ret = modifyPhysicalNetwork(netId, interface, permission, ACTION_DEL)) {
1061 if (int ret = modifyPhysicalNetwork(netId, interface, newPermission, ACTION_ADD)) {
1064 return modifyPhysicalNetwork(netId, interface, oldPermission, ACTION_DEL);

Completed in 51 milliseconds