Searched refs:applyDnsInterfaces (Results 1 – 3 of 3) sorted by relevance
214 applyDnsInterfaces(); in startTethering()304 bool TetherController::applyDnsInterfaces() { in applyDnsInterfaces() function in android::net::TetherController346 if (!applyDnsInterfaces()) { in tetherInterface()363 return applyDnsInterfaces() ? 0 : -1; in untetherInterface()
59 bool applyDnsInterfaces();
232 *ret = gCtls->tetherCtrl.applyDnsInterfaces(); in tetherApplyDnsInterfaces()