Home
last modified time | relevance | path

Searched defs:usingLegacyDnsProxy (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
H A DNetdUtils.java42 public static void tetherStart(final INetd netd, final boolean usingLegacyDnsProxy, in tetherStart()
/aosp12/system/netd/server/
H A DTetherController.cpp203 int TetherController::startTethering(bool usingLegacyDnsProxy, int num_addrs, char** dhcp_ranges) { in startTethering()
325 int TetherController::startTethering(bool usingLegacyDnsProxy, in startTethering()
/aosp12/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl151 void startTetheringWithConfiguration(boolean usingLegacyDnsProxy, in String[] dhcpRanges); in startTetheringWithConfiguration()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java911 public void startTetheringWithConfiguration(boolean usingLegacyDnsProxy, String[] dhcpRange) { in startTetheringWithConfiguration()