Home
last modified time | relevance | path

Searched refs:clientLinkAddr (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java541 private boolean startDhcp(final LinkAddress serverLinkAddr, final LinkAddress clientLinkAddr) { in startDhcp() argument
547 final Inet4Address clientAddr = clientLinkAddr == null ? null : in startDhcp()
548 (Inet4Address) clientLinkAddr.getAddress(); in startDhcp()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2145 final LinkAddress clientLinkAddr = new LinkAddress("192.168.20.42/24"); in testMultipleStartTethering() local
2168 serverLinkAddr, clientLinkAddr, false, CONNECTIVITY_SCOPE_GLOBAL), thirdResult); in testMultipleStartTethering()
2191 final LinkAddress clientLinkAddr = new LinkAddress("192.168.0.42/24"); in testRequestStaticIp() local
2197 serverLinkAddr, clientLinkAddr, false, CONNECTIVITY_SCOPE_GLOBAL), null); in testRequestStaticIp()