Home
last modified time | relevance | path

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

/system/netd/server/
DTetherController.h102 bool applyDnsInterfaces();
DTetherController.cpp337 applyDnsInterfaces(); in startTethering()
458 bool TetherController::applyDnsInterfaces() { in applyDnsInterfaces() function in android::net::TetherController
495 if (!applyDnsInterfaces()) { in tetherInterface()
512 return applyDnsInterfaces() ? 0 : -EREMOTEIO; in untetherInterface()
DNetdNativeService.cpp435 *ret = gCtls->tetherCtrl.applyDnsInterfaces(); in tetherApplyDnsInterfaces()