Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java267 private LinkAddress mStaticIpv4ClientAddr; field in IpServer
603 mStaticIpv4ClientAddr = null; in stopIPv4()
652 return configureDhcp(enabled, mIpv4Address, mStaticIpv4ClientAddr); in configureIPv4()
1021 final Inet4Address clientAddr = mStaticIpv4ClientAddr == null ? null : in handleNewPrefixRequest()
1022 (Inet4Address) mStaticIpv4ClientAddr.getAddress(); in handleNewPrefixRequest()
1107 mStaticIpv4ClientAddr = request.staticClientAddress; in maybeConfigureStaticIp()