Home
last modified time | relevance | path

Searched refs:applyDnsInterfaces (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DTetherController.cpp310 applyDnsInterfaces(); in startTethering()
430 bool TetherController::applyDnsInterfaces() { in applyDnsInterfaces() function in android::net::TetherController
467 if (!applyDnsInterfaces()) { in tetherInterface()
484 return applyDnsInterfaces() ? 0 : -EREMOTEIO; in untetherInterface()
DTetherController.h97 bool applyDnsInterfaces();
DNetdNativeService.cpp400 *ret = gCtls->tetherCtrl.applyDnsInterfaces(); in tetherApplyDnsInterfaces()