Searched refs:socket (Results 151 - 175 of 2014) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/socket/
H A DServerSocketFactory.java16 package org.mockftpserver.core.socket;
H A DSocketFactory.java16 package org.mockftpserver.core.socket;
34 * @param host - the IP address of the host endpoint to which the socket is connect
35 * @param port - the port number of the enpoint to which the socket is connected
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java16 package org.mockftpserver.core.socket;
36 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
H A DServerSocketFactory.java16 package org.mockftpserver.core.socket;
H A DSocketFactory.java16 package org.mockftpserver.core.socket;
34 * @param host - the IP address of the host endpoint to which the socket is connect
35 * @param port - the port number of the enpoint to which the socket is connected
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java16 package org.mockftpserver.core.socket;
36 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
H A DServerSocketFactory.java16 package org.mockftpserver.core.socket;
H A DSocketFactory.java16 package org.mockftpserver.core.socket;
34 * @param host - the IP address of the host endpoint to which the socket is connect
35 * @param port - the port number of the enpoint to which the socket is connected
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java16 package org.mockftpserver.core.socket;
36 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
H A DServerSocketFactory.java16 package org.mockftpserver.core.socket;
H A DSocketFactory.java16 package org.mockftpserver.core.socket;
34 * @param host - the IP address of the host endpoint to which the socket is connect
35 * @param port - the port number of the enpoint to which the socket is connected
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java16 package org.mockftpserver.core.socket;
36 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
H A DServerSocketFactory.java16 package org.mockftpserver.core.socket;
H A DSocketFactory.java16 package org.mockftpserver.core.socket;
34 * @param host - the IP address of the host endpoint to which the socket is connect
35 * @param port - the port number of the enpoint to which the socket is connected
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/socket/
H A DDefaultServerSocketFactory.java16 package org.mockftpserver.core.socket;
36 * @see org.mockftpserver.core.socket.ServerSocketFactory#createServerSocket(int)
H A DServerSocketFactory.java16 package org.mockftpserver.core.socket;
H A DSocketFactory.java16 package org.mockftpserver.core.socket;
34 * @param host - the IP address of the host endpoint to which the socket is connect
35 * @param port - the port number of the enpoint to which the socket is connected
/external/strace/
H A Dmsghdr.h5 # include <sys/socket.h>
/external/valgrind/none/tests/
H A Dfdleak_socketpair.c1 #include <sys/socket.h>
/external/webrtc/webrtc/p2p/base/
H A Dteststunserver.h25 rtc::AsyncSocket* socket = local
28 rtc::AsyncUDPSocket::Create(socket, addr);
39 explicit TestStunServer(rtc::AsyncUDPSocket* socket) : StunServer(socket) {} argument
/external/deqp/framework/delibs/deutil/
H A DdeSocket.h119 void deSocket_destroy (deSocket* socket);
121 deSocketState deSocket_getState (const deSocket* socket);
122 deUint32 deSocket_getOpenChannels (const deSocket* socket);
124 deBool deSocket_setFlags (deSocket* socket, deUint32 flags);
126 deBool deSocket_listen (deSocket* socket, const deSocketAddress* address);
127 deSocket* deSocket_accept (deSocket* socket, deSocketAddress* clientAddress);
129 deBool deSocket_connect (deSocket* socket, const deSocketAddress* address);
131 deBool deSocket_shutdown (deSocket* socket, deUint32 channels);
132 deBool deSocket_close (deSocket* socket);
134 deSocketResult deSocket_send (deSocket* socket, cons
[all...]
/external/android-clat/
H A Dmtu.c22 #include <sys/socket.h>
36 fd = socket(AF_INET, SOCK_STREAM, 0);
/external/kernel-headers/original/uapi/linux/
H A Dnet.h21 #include <linux/socket.h>
22 #include <asm/socket.h>
49 SS_UNCONNECTED, /* unconnected to any socket */
51 SS_CONNECTED, /* connected to socket */
/external/libpcap/lbl/
H A Dos-ultrix4.h35 int socket(int, int, int);
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_connection.c32 int socket; member in struct:rbug_connection
39 * Create a rbug connection from a socket created with u_socket.
42 * A new allocated connection using socket as communication path
45 rbug_from_socket(int socket) argument
48 c->socket = socket;
53 * Free a connection, also closes socket.
58 u_socket_close(c->socket);
80 ret = u_socket_peek(c->socket, &header, sizeof(header));
94 ret = u_socket_recv(c->socket, pt
[all...]

Completed in 629 milliseconds

1234567891011>>