Home
last modified time | relevance | path

Searched refs:iaLocal (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDefaults.java149 InetAddress iaLocal = null;
156 iaLocal = InetAddress.getLocalHost();
166 String localHostName = iaLocal.getHostName();
H A DSLPConfig.java1187 InetAddress iaLocal = null; in getInterfaces() local
1192 iaLocal = InetAddress.getLocalHost(); in getInterfaces()
1206 interfaces.addElement(iaLocal); in getInterfaces()
1225 interfaces.addElement(iaLocal); in getInterfaces()
1255 if (ia.equals(iaLocal)) { in getInterfaces()