Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java298 private LinkAddress mStaticIpv4ClientAddr; field in IpServer
665 mStaticIpv4ClientAddr = null; in stopIPv4()
712 return configureDhcp(enabled, mIpv4Address, mStaticIpv4ClientAddr); in configureIPv4()
1106 mStaticIpv4ClientAddr = request.staticClientAddress; in maybeConfigureStaticIp()
1320 final Inet4Address clientAddr = mStaticIpv4ClientAddr == null ? null : in handleNewPrefixRequest()
1321 (Inet4Address) mStaticIpv4ClientAddr.getAddress(); in handleNewPrefixRequest()