Searched refs:newIpWatchList (Results 1 – 1 of 1) sorted by relevance
305 Map<InetAddress, Short> newIpWatchList = new HashMap<>(); in updateLinkProperties() local312 newIpWatchList.put(gw, getNeighborStateLocked(gw)); in updateLinkProperties()319 newIpWatchList.put(nameserver, getNeighborStateLocked(nameserver)); in updateLinkProperties()323 mIpWatchList = newIpWatchList; in updateLinkProperties()