HomeSort by relevance Sort by last modified time
    Searched full:sockets (Results 1 - 25 of 453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/net/
package.html 4 This package provides factory classes to create sockets and server-sockets. This classes can be subclassed to create factories for other kinds of socket for example the SSL-capable sockets from the package javax.net.ssl.
ServerSocketFactory.java 26 * This abstract class defines methods to create server sockets. It can be
34 * create new server sockets without creating a subclass of this factory.
63 throw new SocketException("Unbound server sockets not implemented");
  /external/dbus/tools/
dbus-cleanup-sockets.1 2 .\" dbus-cleanup-sockets manual page.
5 .TH dbus-cleanup-sockets 1
7 dbus-cleanup-sockets \- clean up leftover sockets in a directory
10 .B dbus-cleanup-sockets [DIRECTORY]
14 The \fIdbus-cleanup-sockets\fP command cleans up unused D-Bus
15 connection sockets. See http://www.freedesktop.org/software/dbus/ for
19 If given no arguments, \fIdbus-cleanup-sockets\fP cleans up sockets
26 to using "abstract sockets" that exist only in memory and don't have
    [all...]
Makefile.am 5 bin_PROGRAMS=dbus-send dbus-monitor dbus-launch dbus-cleanup-sockets dbus-uuidgen
23 dbus-cleanup-sockets.c
40 man_MANS = dbus-send.1 dbus-monitor.1 dbus-launch.1 dbus-cleanup-sockets.1 dbus-uuidgen.1
dbus-cleanup-sockets.c 2 /* dbus-cleanup-sockets.c dbus-cleanup-sockets utility
8 * as it is based on linc-cleanup-sockets which is LGPL.
348 fprintf (stderr, "Unable to determine state of some sockets, retrying in 2 seconds\n");
360 fprintf (stderr, "dbus-cleanup-sockets [--version] [--help] <socketdir>\n");
407 fprintf (stderr, "dbus-cleanup-sockets only supports a single directory name\n");
424 printf ("Cleaned up %d sockets in %s; %d sockets are still in use; %d in unknown state\n",
427 printf ("This system does not support UNIX domain sockets, so dbus-cleanup-sockets does nothing\n")
    [all...]
  /external/qemu/
qemu_socket.h 1 /* headers to use the BSD sockets */
5 #include "sockets.h"
9 /* New, ipv6-ready socket helper functions, see qemu-sockets.c */
sockets.h 12 /* headers to use the BSD sockets */
20 /* we're going to hide the implementation details of sockets behind
130 /* always enable IPv6 sockets for now.
137 /* Unix sockets are not available on Win32 */
165 * sockets, the path is stored in a heap-allocated block,
279 * other system-level errors can also be set depending on the host sockets
342 /* the following functions are equivalent to the BSD sockets ones
361 /* this call creates a pair of non-blocking sockets connected
365 * on Windows, this will use a pair of TCP loopback sockets instead
381 /* create a Unix sockets and connects it to a Unix server *
    [all...]
  /external/iproute2/man/man8/
ss.8 3 ss \- another utility to investigate sockets
32 Display all sockets.
35 Display listening sockets.
54 summary from various sources. It is useful when amount of sockets is so huge
58 Display only IP version 4 sockets (alias for -f inet).
61 Display only IP version 6 sockets (alias for -f inet6).
64 Display PACKET sockets.
67 Display only TCP sockets.
70 Display only UDP sockets.
73 Display only DCCP sockets
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.h 5 // A ClientSocketPoolBase is used to restrict the number of sockets open at
6 // a time. It also maintains a list of idle persistent sockets for reuse.
9 // connecting) sockets per "group" (generally speaking, the hostname), (2)
10 // maintaining a per-group list of idle, persistent sockets for reuse, and (3)
11 // limiting the total number of active sockets in the system.
215 // Closes all idle sockets if |force| is true. Else, only closes idle
216 // sockets that timed out or can't be reused. Made public for testing.
245 // A Group is allocated per group_name when there are idle sockets or pending
247 // |active_socket_count| tracks the number of sockets held by clients. Of
248 // this number of sockets held by clients, some of them may be released soon
    [all...]
client_socket_pool.h 23 // A ClientSocketPool is used to restrict the number of sockets open at a time.
24 // It also maintains a list of idle persistent sockets.
67 // set of idle sockets to be used to satisfy future RequestSocket calls.
75 // The total number of idle sockets in the pool.
78 // The total number of idle sockets in a connection group.
  /external/chromium/net/http/
http_network_session.h 38 // TCP sockets come from the tcp_socket_pool().
40 // SSL sockets come frmo the socket_factory().
67 // Total limit of sockets. Not a constant to allow experiments.
  /external/qemu/proxy/
proxy_common.h 15 #include "sockets.h"
77 * with those of the proxified connection sockets that are currently managed */
83 /* this function is called to act on proxified connection sockets when network events arrive */
  /development/samples/BluetoothChat/
_index.html 7 <li>Establishing RFCOMM channels/sockets</li>
  /external/kernel-headers/original/asm-generic/
fcntl.h 66 #define F_SETOWN 8 /* for sockets. */
67 #define F_GETOWN 9 /* for sockets. */
70 #define F_SETSIG 10 /* for sockets. */
71 #define F_GETSIG 11 /* for sockets. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 69 #define F_SETOWN 8 /* for sockets. */
70 #define F_GETOWN 9 /* for sockets. */
73 #define F_SETSIG 10 /* for sockets. */
74 #define F_GETSIG 11 /* for sockets. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ec.h 1 /* Definitions for Econet sockets. */
socket.h 158 #define AF_UNIX 1 /* Unix domain sockets */
181 #define AF_IRDA 23 /* IRDA sockets */
182 #define AF_PPPOX 24 /* PPPoX sockets */
183 #define AF_WANPIPE 25 /* Wanpipe API Sockets */
185 #define AF_TIPC 30 /* TIPC sockets */
186 #define AF_BLUETOOTH 31 /* Bluetooth sockets */
187 #define AF_IUCV 32 /* IUCV sockets */
188 #define AF_RXRPC 33 /* RxRPC sockets */
  /external/iproute2/doc/
ss.sgml 9 <tt/ss/ is one another utility to investigate sockets.
21 When amount of sockets is enough large, <tt/netstat/ or even
24 of sockets is small reading <tt>/proc/net/tcp/</tt> is slow enough.
42 <item><tt/ss -t -a/ dumps all TCP sockets
43 <item><tt/ss -u -a/ dumps all UDP sockets
44 <item><tt/ss -w -a/ dumps all RAW sockets
45 <item><tt/ss -x -a/ dumps all UNIX sockets
51 Etc. etc. etc. Seems, all the options of netstat related to sockets
61 The first: without option <tt/-a/ sockets in states
66 The second: format of UNIX sockets is different. It coincide
    [all...]
  /frameworks/base/core/java/android/bluetooth/
package.html 14 <li>Establish RFCOMM channels/sockets</li>
15 <li>Connect to specified sockets on other devices</li>
  /external/chromium/net/websockets/
websocket_throttle.h 52 // Checks sockets waiting in |queue_| and check the socket is the front of
58 // Key: string of host's address. Value: queue of sockets for the address.
61 // Queue of sockets for websockets in opening state.
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 48 SSLSocket[] sockets = connect(c, null, null); local
49 return new TestSSLSocketPair(c, sockets[0], sockets[1]);
  /external/tcpdump/
ipx.h 7 /* well-known sockets */
appletalk.h 62 #define ddpWKS 128 /* boundary of DDP well known sockets */
161 * for client sockets (128-255) and 200-327 for server sockets
  /external/chromium/base/
message_pump_libevent.h 17 // Class to monitor sockets and issue callbacks when sockets are ready for I/O
107 // Libevent dispatcher. Watches all sockets registered with it, and sends
  /system/core/init/
signal_handler.c 25 #include <cutils/sockets.h>
71 /* remove any sockets we may have created */
72 for (si = svc->sockets; si; si = si->next) {

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>