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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/x-net/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.
12 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...]
  /dalvik/libcore/luni/src/main/java/java/net/
package.html 5 sockets, handling of Internet addresses, and dealing with HTTP requests.
SocketOptions.java 71 * server-side sockets.
111 * sockets.
116 * This option can be used to enable broadcasting on datagram sockets.
129 * server-side sockets. This option supports setting outgoing interfaces
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
package.html 5 files, sockets or other structures that allow input and/or output of
  /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. */
  /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 10 <li>Establish RFCOMM channels/sockets</li>
11 <li>Connect to specified sockets on other devices</li>
  /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/opencore/oscl/oscl/config/shared/
osclconfig_io_check.h 100 the target platform supports sockets of any type.
136 For platforms with Berkeley type sockets,
144 For platforms with Berkeley type sockets,
152 For platforms with Berkeley type sockets,
161 For platforms with Berkeley type sockets,
177 For platforms with Berkeley type sockets,
194 For platforms with Berkeley type sockets,
213 For platforms with Berkeley type sockets,
228 For platforms with Berkeley type sockets,
245 For platforms with Berkeley type sockets,
    [all...]
  /external/kernel-headers/original/linux/
socket.h 161 #define AF_UNIX 1 /* Unix domain sockets */
184 #define AF_IRDA 23 /* IRDA sockets */
185 #define AF_PPPOX 24 /* PPPoX sockets */
186 #define AF_WANPIPE 25 /* Wanpipe API Sockets */
188 #define AF_TIPC 30 /* TIPC sockets */
189 #define AF_BLUETOOTH 31 /* Bluetooth sockets */
  /frameworks/base/core/java/android/net/
LocalSocketAddress.java 30 * include/cutils/sockets.h ANDROID_SOCKET_NAMESPACE_*
45 /** The id matches with a #define in include/cutils/sockets.h */
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
PlainServerSocketImpl.java 28 * for server sockets.
  /dalvik/libcore/luni/src/test/java/java/net/
SocketTest.java 25 * This means they give incorrect results on closed sockets (as well
  /development/simulator/app/
LocalBiChannel.h 18 * This is essentially a wrapper class for UNIX-domain sockets. The
  /external/dbus/dbus/
dbus-server-socket.h 2 /* dbus-server-socket.h Server implementation for sockets

Completed in 623 milliseconds

1 2 3 4 5 6 7 8 91011>>