Searched refs:mStaticIpv4ClientAddr (Results 1 – 1 of 1) sorted by relevance
298 private LinkAddress mStaticIpv4ClientAddr; field in IpServer665 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()