Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java1377 private InetAddress localHost; field in LocalConsumer.Identifier
1386 localHost = InetAddress.getLocalHost(); in Identifier()
1388 localHost = null; in Identifier()
1404 ((localHost == null) ? (i.localHost == null) : in equals()
1405 localHost.equals(i.localHost)) && in equals()
1418 hash = (37 * hash) + (localHost == null ? 0 : in hashCode()
1419 localHost.hashCode()); in hashCode()
1435 buf.append(localHost); in toString()