Searched refs:hostAddr (Results 1 – 2 of 2) sorted by relevance
290 String hostAddr = addr.getHostAddress(); in addPreviousResponder() local296 if (!previousResponders.contains(hostAddr)) { in addPreviousResponder()297 previousResponders.addElement(hostAddr); in addPreviousResponder()
1395 String hostAddr = url.getHost(); in isLocalHostURL() local1400 addr = InetAddress.getByName(hostAddr); in isLocalHostURL()