Searched refs:mIpv4Address (Results 1 – 1 of 1) sorted by relevance
282 private LinkAddress mIpv4Address; field in IpServer362 return mIpv4Address; in getAddress()601 mIpv4Address = null; in stopIPv4()613 if (mIpv4Address == null) { in configureIPv4()625 final IpPrefix ipv4Prefix = asIpPrefix(mIpv4Address); in configureIPv4()646 mLinkProperties.addLinkAddress(mIpv4Address); in configureIPv4()649 mLinkProperties.removeLinkAddress(mIpv4Address); in configureIPv4()979 if (!currentPrefix.contains(mIpv4Address.getAddress()) in handleNewPrefixRequest()986 mIpv4Address = requestIpv4Address(false); in handleNewPrefixRequest()987 if (mIpv4Address == null) { in handleNewPrefixRequest()[all …]