Searched defs:connect0 (Results 1 – 3 of 3) sorted by relevance
173 private static native int connect0(FileDescriptor fd, byte[] path) in connect0() method in UnixDomainSockets
230 protected void connect0(InetAddress address, int port) throws SocketException { in connect0() method in PlainDatagramSocketImpl
418 protected abstract void connect0(InetAddress address, int port) throws SocketException; in connect0() method in AbstractPlainDatagramSocketImpl