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.java177 protected void join(InetAddress inetaddr) throws IOException { in join() argument
178 join(inetaddr, null); in join()
185 protected void leave(InetAddress inetaddr) throws IOException { in leave() argument
186 leave(inetaddr, null); in leave()
205 protected abstract void join(InetAddress inetaddr, NetworkInterface netIf) in join() argument
223 protected abstract void leave(InetAddress inetaddr, NetworkInterface netIf) in leave() argument
DPlainDatagramSocketImpl.java178 protected void join(InetAddress inetaddr, NetworkInterface netIf) throws IOException { in join() argument
183 IoBridge.setSocketOption(fd, JAVA_MCAST_JOIN_GROUP, makeGroupReq(inetaddr, netIf)); in join()
186 protected void leave(InetAddress inetaddr, NetworkInterface netIf) in leave() argument
192 IoBridge.setSocketOption(fd, JAVA_MCAST_LEAVE_GROUP, makeGroupReq(inetaddr, netIf)); in leave()
DInet6AddressImpl.java169 InetAddress inetaddr = null; in isReachable() local
171 inetaddr = it.nextElement(); in isReachable()
172 if (inetaddr.getClass().isInstance(addr)) { in isReachable()
173 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 {}