HomeSort by relevance Sort by last modified time
    Searched refs:socket (Results 501 - 525 of 1903) sorted by null

<<21222324252627282930>>

  /external/qemu/
osdep.c 61 #include <sys/socket.h>
147 * Opens a socket with FD_CLOEXEC set
154 ret = socket(domain, type | SOCK_CLOEXEC, protocol);
159 ret = socket(domain, type, protocol);
  /system/extras/tests/bionic/libc/common/
test_udp.c 12 #include <sys/socket.h>
77 if ((s=socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP))==-1)
78 diep("socket");
100 if ((s=socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP))==-1)
101 diep("socket");
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 915 BluetoothServerSocket socket = new BluetoothServerSocket( local
1026 BluetoothServerSocket socket; local
1049 BluetoothServerSocket socket = new BluetoothServerSocket( local
1071 BluetoothServerSocket socket = new BluetoothServerSocket( local
1092 BluetoothServerSocket socket = new BluetoothServerSocket( local
    [all...]
  /bionic/libc/inet/
bindresvport.c 30 #include <sys/socket.h>
  /bionic/libc/kernel/common/linux/
can.h 22 #include <linux/socket.h>
ipx.h 22 #include <linux/socket.h>
  /development/ndk/platforms/android-3/include/linux/
ipx.h 15 #include <linux/socket.h>
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 71 // wait until server open datagram socket
176 DatagramSocket socket = new DatagramSocket(); local
178 port = socket.getLocalPort();
186 socket.receive(packet);
195 socket.send(packet);
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MockSocketChannel.java 21 import java.net.Socket;
33 public Socket socket() { method in class:MockSocketChannel
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 6 * SocketPoolWrapper is a wrapper around socket pools entries. It's
11 * The constructor takes a socket pool and its parent, and generates a
27 * Returns an array of SocketPoolWrappers created from each of the socket pools
28 * in |socketPoolInfo|. Nested socket pools appear immediately after their
33 // Create SocketPoolWrappers for each socket pool and separate socket pools
59 * a top level socket pool.
121 * socket pool's groups.
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 22 #include "net/socket/client_socket_handle.h"
23 #include "net/socket/client_socket_pool.h"
24 #include "net/socket/socks_client_socket_pool.h"
25 #include "net/socket/ssl_client_socket.h"
26 #include "net/socket/ssl_client_socket_pool.h"
76 connection_->socket()->Disconnect();
181 DCHECK(connection_.get() && connection_->socket());
183 static_cast<SSLClientSocket*>(connection_->socket());
302 // Retrieve SSL information from the socket.
318 DCHECK(connection_->socket());
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.h 29 #include "net/socket/ssl_client_socket.h"
41 // An SSL client socket implemented with Mozilla NSS.
84 // Socket methods:
105 // Initializes the socket peer name in SSL. Returns a net error code.
149 static SECStatus OwnAuthCertHandler(void* arg, PRFileDesc* socket,
154 PRFileDesc* socket,
160 PRFileDesc* socket,
167 static void HandshakeCallback(PRFileDesc* socket, void* arg);
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.h 54 buzz::AsyncSocket* socket,
  /external/dbus/dbus/
dbus-sockets-win.h 2 /* dbus-sockets.h Wrappers around socket features (internal to D-BUS implementation)
54 #define DBUS_SOCKET_IS_INVALID(s) ((SOCKET)(s) == INVALID_SOCKET)
62 #include <sys/socket.h>
  /external/dhcpcd/
platform-bsd.c 29 #include <sys/socket.h>
  /external/iproute2/tc/
m_estimator.c 18 #include <sys/socket.h>
p_icmp.c 18 #include <sys/socket.h>
q_ingress.c 22 #include <sys/socket.h>
q_multiq.c 31 #include <sys/socket.h>
tc_estimator.c 19 #include <sys/socket.h>
  /external/ipsec-tools/src/racoon/
safefile.c 38 #include <sys/socket.h>
  /external/iptables/include/libipulog/
libipulog.h 10 #include <sys/socket.h>
  /external/kernel-headers/original/linux/
can.h 4 * Definitions for CAN network layer (socket addr / CAN frame / CAN filter)
17 #include <linux/socket.h>
ipx.h 4 #include <linux/socket.h>
  /external/libselinux/src/
getpeercon.c 6 #include <sys/socket.h>

Completed in 428 milliseconds

<<21222324252627282930>>