Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.cpp214 applyDnsInterfaces(); in startTethering()
304 bool TetherController::applyDnsInterfaces() { in applyDnsInterfaces() function in android::net::TetherController
346 if (!applyDnsInterfaces()) { in tetherInterface()
363 return applyDnsInterfaces() ? 0 : -1; in untetherInterface()
DTetherController.h59 bool applyDnsInterfaces();
DNetdNativeService.cpp232 *ret = gCtls->tetherCtrl.applyDnsInterfaces(); in tetherApplyDnsInterfaces()