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.java262 private LinkAddress mStaticIpv4ClientAddr; field in IpServer
593 mStaticIpv4ClientAddr = null; in stopIPv4()
642 return configureDhcp(enabled, mIpv4Address, mStaticIpv4ClientAddr); in configureIPv4()
958 final Inet4Address clientAddr = mStaticIpv4ClientAddr == null ? null : in handleNewPrefixRequest()
959 (Inet4Address) mStaticIpv4ClientAddr.getAddress(); in handleNewPrefixRequest()
1036 mStaticIpv4ClientAddr = request.staticClientAddress; in maybeConfigureStaticIp()