Searched refs:iaLocal (Results 1 – 2 of 2) sorted by relevance
149 InetAddress iaLocal = null;156 iaLocal = InetAddress.getLocalHost();166 String localHostName = iaLocal.getHostName();
1187 InetAddress iaLocal = null; in getInterfaces() local1192 iaLocal = InetAddress.getLocalHost(); in getInterfaces()1206 interfaces.addElement(iaLocal); in getInterfaces()1225 interfaces.addElement(iaLocal); in getInterfaces()1255 if (ia.equals(iaLocal)) { in getInterfaces()