Searched defs:hostInfo (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java441 private void openMulticastSocket(HostInfo hostInfo) throws IOException { argument
443 if (hostInfo.getInetAddress() instanceof Inet6Address) {
453 if ((hostInfo != null) && (hostInfo.getInterface() != null)) {
455 _socket.setNetworkInterface(hostInfo.getInterface());

Completed in 95 milliseconds