Searched defs:socket (Results 1 - 25 of 184) sorted by relevance

12345678

/external/srtp/
H A Dconfigure4686 for ac_header in sys/socket.h netinet/in.h arpa/inet.h
6812 for ac_func in socket inet_aton usleep
6916 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
6917 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
6936 char socket ();
6940 socket (); function
6989 echo "$as_me:$LINENO: checking for socket in -lwsock32" >&5
6990 echo $ECHO_N "checking for socket in -lwsock32... $ECHO_C" >&6
7006 socket(0, 0, 0);
/external/webkit/Source/WebKit2/WebProcess/gtk/
H A DWebProcessMainGtk.cpp65 int socket = atoi(argv[1]); local
66 WebProcess::shared().initialize(socket, RunLoop::main());
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpSocket.java34 Support_HttpSocket(Socket socket) { argument
35 instance = socket;
/external/apache-http/src/org/apache/http/conn/scheme/
H A DLayeredSocketFactory.java40 * See there for things to consider when implementing a socket factory.
49 * Returns a socket connected to the given host that is layered over an
50 * existing socket. Used primarily for creating secure sockets through
53 * @param socket the existing socket
56 * @param autoClose a flag for closing the underling socket when the created
57 * socket is closed
59 * @return Socket a new socket
61 * @throws IOException if an I/O error occurs while creating the socket
66 Socket socket,
65 createSocket( Socket socket, String host, int port, boolean autoClose ) argument
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpClientConnection.java56 final Socket socket,
58 if (socket == null) {
65 socket.setTcpNoDelay(HttpConnectionParams.getTcpNoDelay(params));
66 socket.setSoTimeout(HttpConnectionParams.getSoTimeout(params));
70 socket.setSoLinger(linger > 0, linger);
72 super.bind(socket, params);
55 bind( final Socket socket, final HttpParams params) argument
H A DDefaultHttpServerConnection.java55 public void bind(final Socket socket, final HttpParams params) throws IOException { argument
56 if (socket == null) {
63 socket.setTcpNoDelay(HttpConnectionParams.getTcpNoDelay(params));
64 socket.setSoTimeout(HttpConnectionParams.getSoTimeout(params));
68 socket.setSoLinger(linger > 0, linger);
70 super.bind(socket, params);
/external/apache-http/src/org/apache/http/impl/io/
H A DSocketOutputBuffer.java52 final Socket socket,
56 if (socket == null) {
64 init(socket.getOutputStream(), 8192, params);
51 SocketOutputBuffer( final Socket socket, int buffersize, final HttpParams params) argument
H A DSocketInputBuffer.java54 private final Socket socket; field in class:SocketInputBuffer
57 final Socket socket,
61 if (socket == null) {
64 this.socket = socket;
70 init(socket.getInputStream(), 8192, params);
77 int oldtimeout = this.socket.getSoTimeout();
79 this.socket.setSoTimeout(timeout);
87 socket.setSoTimeout(oldtimeout);
106 int oldTimeout = this.socket
56 SocketInputBuffer( final Socket socket, int buffersize, final HttpParams params) argument
[all...]
/external/chromium/net/socket_stream/
H A Dsocket_stream_job.h40 void InitSocketStream(SocketStream* socket) { argument
41 socket_ = socket;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncsocket.cc38 AsyncSocketAdapter::AsyncSocketAdapter(AsyncSocket* socket) : socket_(NULL) { argument
39 Attach(socket);
46 void AsyncSocketAdapter::Attach(AsyncSocket* socket) { argument
48 socket_ = socket;
H A Dssladapter.cc58 SSLAdapter::Create(AsyncSocket* socket) { argument
60 return new SChannelAdapter(socket);
62 return new OpenSSLAdapter(socket);
H A Dssladapter.h39 SSLAdapter(AsyncSocket* socket) argument
40 : AsyncSocketAdapter(socket), ignore_bad_cert_(false) { }
46 // If StartSSL is called while the socket is closed or connecting, the SSL
47 // negotiation will begin as soon as the socket connects.
51 static SSLAdapter* Create(AsyncSocket* socket);
/external/dropbear/
H A Dconfigure2769 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
2770 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
2789 char socket ();
2793 socket (); function
5107 for ac_header in fcntl.h limits.h netinet/in.h netinet/tcp.h stdlib.h string.h sys/socket.h sys/time.h termios.h unistd.h crypt.h pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h pam/pam_appl.h netinet/in_systm.h
5872 #include <sys/socket.h>
5941 #include <sys/socket.h>
6025 #include <sys/socket.h>
6225 #include <sys/socket.h>
6392 #include <sys/socket
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DMockServerSocketChannel.java32 public ServerSocket socket() { method in class:MockServerSocketChannel
H A DMockDatagramChannel.java33 public DatagramSocket socket() { method in class:MockDatagramChannel
/external/chromium/third_party/libevent/sample/
H A Devent-test.c74 HANDLE socket; local
76 socket = CreateFile("test.txt", // open File
84 if(socket == INVALID_HANDLE_VALUE)
90 int socket;
108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0);
110 socket = open (fifo, O_RDONLY | O_NONBLOCK, 0);
113 if (socket == -1) {
125 event_set(&evfifo, (int)socket, EV_READ, fifo_read, &evfifo);
127 event_set(&evfifo, socket, EV_READ, fifo_read, &evfifo);
135 CloseHandle(socket);
[all...]
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmpppump.cc38 buzz::AsyncSocket* socket,
43 client_->Connect(xcs, "", socket, auth);
37 DoLogin(const buzz::XmppClientSettings & xcs, buzz::AsyncSocket* socket, buzz::PreXmppAuth* auth) argument
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5BytestreamSession.java35 /* the underlying socket of the SOCKS5 Bytestream */
36 private final Socket socket; field in class:Socks5BytestreamSession
41 protected Socks5BytestreamSession(Socket socket, boolean isDirect) { argument
42 this.socket = socket;
69 return this.socket.getInputStream();
73 return this.socket.getOutputStream();
78 return this.socket.getSoTimeout();
87 this.socket.setSoTimeout(timeout);
95 this.socket
[all...]
H A DSocks5Client.java59 * Returns the initialized socket that can be used to transfer data between peers via the SOCKS5
63 * @return socket the initialized socket
64 * @throws IOException if initializing the socket failed due to a network error
77 // initialize socket
78 Socket socket = new Socket();
81 socket.connect(socketAddress);
84 if (!establish(socket)) {
86 // initialization failed, close socket
87 socket
134 establish(Socket socket) argument
[all...]
/external/srtp/include/
H A Drtp_priv.h61 int socket; member in struct:rtp_sender_ctx_t
68 int socket; member in struct:rtp_receiver_ctx_t
/external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
H A DProcessLauncherGtk.cpp50 int socket = GPOINTER_TO_INT(userData); local
51 close(socket);
65 g_printerr("Creation of socket failed: %s.\n", g_strerror(errno));
71 GOwnPtr<gchar> socket(g_strdup_printf("%d", sockets[0]));
74 argv[1] = socket.get();
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_results_uploader.py34 import socket namespace
101 orig_timeout = socket.getdefaulttimeout()
103 socket.setdefaulttimeout(timeout_seconds)
107 socket.setdefaulttimeout(orig_timeout)
/external/apache-harmony/nio/src/test/java/unix/org/apache/harmony/nio/tests/java/nio/channels/
H A DUnixSelectorTest.java32 private ServerSocket socket = null; field in class:UnixSelectorTest.Server
39 this.socket = serverChannel.socket();
40 socket.bind(new InetSocketAddress("localhost", 0));
44 return socket.getLocalPort();
48 return !socket.isClosed();
/external/chromium/net/socket/
H A Dssl_server_socket_openssl.cc6 #include "net/socket/ssl_server_socket.h"
52 SSLServerSocket* CreateSSLServerSocket(Socket* socket, argument
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpEndpoint.java57 private DatagramSocket socket; field in class:UdpEndpoint
61 public UdpEndpoint( UdpKernel kernel, long id, SocketAddress address, DatagramSocket socket )
65 this.socket = socket;
94 throw new KernelException( "Error closing endpoint for socket:" + socket, e );
110 // The socket is always unconnected anyway so we track our
130 //socket.send(p);

Completed in 2897 milliseconds

12345678