Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java265 private LinkAddress mStaticIpv4ClientAddr; field in IpServer
600 mStaticIpv4ClientAddr = null; in stopIPv4()
649 return configureDhcp(enabled, mIpv4Address, mStaticIpv4ClientAddr); in configureIPv4()
965 final Inet4Address clientAddr = mStaticIpv4ClientAddr == null ? null : in handleNewPrefixRequest()
966 (Inet4Address) mStaticIpv4ClientAddr.getAddress(); in handleNewPrefixRequest()
1043 mStaticIpv4ClientAddr = request.staticClientAddress; in maybeConfigureStaticIp()