Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DAbstractPlainDatagramSocketImpl.java198 protected void join(InetAddress inetaddr) throws IOException { in join() argument
199 join(inetaddr, null); in join()
206 protected void leave(InetAddress inetaddr) throws IOException { in leave() argument
207 leave(inetaddr, null); in leave()
226 protected abstract void join(InetAddress inetaddr, NetworkInterface netIf) in join() argument
244 protected abstract void leave(InetAddress inetaddr, NetworkInterface netIf) in leave() argument
DPlainDatagramSocketImpl.java180 protected void join(InetAddress inetaddr, NetworkInterface netIf) throws IOException { in join() argument
185 IoBridge.setSocketOption(fd, JAVA_MCAST_JOIN_GROUP, makeGroupReq(inetaddr, netIf)); in join()
188 protected void leave(InetAddress inetaddr, NetworkInterface netIf) in leave() argument
194 IoBridge.setSocketOption(fd, JAVA_MCAST_LEAVE_GROUP, makeGroupReq(inetaddr, netIf)); in leave()
DInet6AddressImpl.java185 InetAddress inetaddr = null; in isReachable() local
187 inetaddr = it.nextElement(); in isReachable()
188 if (inetaddr.getClass().isInstance(addr)) { in isReachable()
189 sourceAddr = inetaddr; in isReachable()
DDatagramSocketImpl.java208 protected abstract void join(InetAddress inetaddr) throws IOException; in join() argument
216 protected abstract void leave(InetAddress inetaddr) throws IOException; in leave() argument
/libcore/ojluni/src/main/java/sun/nio/ch/
DDatagramSocketAdaptor.java400 protected void join(InetAddress inetaddr) throws IOException {}
402 protected void leave(InetAddress inetaddr) throws IOException {}