Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp294 applyDnsInterfaces(); in startTethering()
408 bool TetherController::applyDnsInterfaces() { in applyDnsInterfaces() function in android::net::TetherController
445 if (!applyDnsInterfaces()) { in tetherInterface()
462 return applyDnsInterfaces() ? 0 : -EREMOTEIO; in untetherInterface()
DTetherController.h89 bool applyDnsInterfaces();
DNetdNativeService.cpp414 *ret = gCtls->tetherCtrl.applyDnsInterfaces(); in tetherApplyDnsInterfaces()