/external/qemu/slirp-android/ |
libslirp.h | 5 #include "sockets.h"
|
slirp.c | 33 #include "sockets.h" 308 * First, TCP sockets 330 * newly socreated() sockets etc. Don't want to select these. 342 * Set for reading sockets which are accepting 351 * Set for writing sockets which are connecting 380 * UDP sockets 450 * now, the proxified sockets 485 * Check sockets 489 * Check TCP sockets 495 * FD_ISSET is meaningless on these sockets [all...] |
/frameworks/base/cmds/bugreport/ |
bugreport.c | 22 #include <cutils/sockets.h>
|
/frameworks/base/core/java/android/net/ |
Credentials.java | 21 * on UNIX domain sockets. See "man 7 unix" on a desktop linux distro.
|
/system/core/libcutils/ |
socket_loopback_client.c | 18 #include <cutils/sockets.h>
|
socket_inaddr_any_server.c | 18 #include <cutils/sockets.h>
|
socket_loopback_server.c | 18 #include <cutils/sockets.h>
|
socket_network_client.c | 18 #include <cutils/sockets.h>
|
/external/quake/quake/src/WinQuake/ |
mpdosock.h | 4 * This header file corresponds to version 1.1 of the Windows Sockets specification.
29 * instances which refer to sockets.
36 * Select uses arrays of SOCKETs. These macros manipulate such
49 SOCKET fd_array[FD_SETSIZE]; /* an array of SOCKETs */
226 * UNIX TCP sockets
234 * UNIX UDP sockets
341 * Definitions related to sockets: types, address families, options,
402 * Option for opening sockets for synchronous access.
459 * information in raw sockets.
534 * All Windows Sockets error constants are biased by WSABASEERR from [all...] |
/external/dropbear/ |
svr-main.c | 160 /* sockets to identify pre-authenticated clients */ 166 /* Set up the listening sockets */ 181 /* listening sockets */ 214 * closing the auth sockets on success */ 303 /* make sure we close sockets */ 394 /* Set up listening sockets for all the requested ports */
|
/external/kernel-headers/original/linux/ |
capability.h | 140 /* Allows binding to TCP/UDP sockets below 1024 */ 151 /* Allow setting debug option on sockets */ 154 sockets */ 161 /* Allow activation of ATM control sockets */ 165 /* Allow use of RAW sockets */ 166 /* Allow use of PACKET sockets */
|
/external/wpa_supplicant/ |
config.h | 134 * For UNIX domain sockets (default on Linux and BSD): This is a 135 * directory that will be created for UNIX domain sockets for listening 140 * /var/run/wpa_supplicant is the recommended directory for sockets and 146 * to use sockets. This way, it is possible to run 148 * configuration and open raw sockets) and still allow GUI/CLI 182 * UNIX domain sockets should now be specified using GROUP=<group> in
|
/external/apache-http/src/org/apache/http/conn/scheme/ |
LayeredSocketFactory.java | 39 * A {@link SocketFactory SocketFactory} for layered sockets (SSL/TLS). 50 * existing socket. Used primarily for creating secure sockets through
|
SocketFactory.java | 43 * A factory for creating and connecting sockets. 112 * As a rule of thumb, plain sockets are not secure and 113 * TLS/SSL sockets are secure. However, there may be
|
/frameworks/base/core/jni/ |
android_bluetooth_common.h | 77 /* mem for the list of sockets to listen to */ 83 /* pair of sockets for event loop control, Reader and Writer */
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
util.py | 31 """Web Sockets utilities.
|
/system/core/debuggerd/ |
crasher.c | 18 #include <cutils/sockets.h>
|
/dalvik/libcore/x-net/src/main/java/javax/net/ |
SocketFactory.java | 27 * This abstract class defines methods to create sockets. It can be subclassed 36 * new sockets without creating a subclass of this factory. 65 throw new SocketException("Unconnected sockets not implemented");
|
/external/bluetooth/bluez/tools/ |
hciconfig.8 | 252 sockets. 264 sockets. If 272 sockets.
|
/system/core/adb/ |
Android.mk | 12 # Default to a virtual (sockets) usb interface 60 sockets.c \ 121 sockets.c \
|
/external/kernel-headers/original/linux/sunrpc/ |
svc.h | 25 * It has one or more transport sockets associated with it, and maintains 32 struct list_head sv_sockets; /* pending sockets */ 40 struct list_head sv_permsocks; /* all permanent sockets */ 41 struct list_head sv_tempsocks; /* all temporary sockets */ 42 int sv_tmpcnt; /* count of temporary sockets */
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
iochannels.sgml | 5 portable support for using files, pipes and sockets 10 descriptors, pipes, and sockets, and integrating them into the 17 This works for plain file descriptors, pipes and sockets. 80 On UNIX systems this works for plain files, pipes, and sockets. 98 avoid using it on Windows. The domain of file descriptors and sockets 159 This function works for sockets created by Winsock. 438 and sockets).
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config.h | 109 * For UNIX domain sockets (default on Linux and BSD): This is a 110 * directory that will be created for UNIX domain sockets for listening 115 * /var/run/wpa_supplicant is the recommended directory for sockets and 121 * to use sockets. This way, it is possible to run 123 * configuration and open raw sockets) and still allow GUI/CLI 157 * UNIX domain sockets should now be specified using GROUP=group in
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLSocket.java | 231 * is only useful for sockets in server mode. The client authentication is 248 * This is only useful for sockets in server mode. 257 * is only useful for sockets in server mode. The client authentication is
|
/external/dbus/ |
README | 76 --enable-abstract-sockets 83 --with-session-socket-dir=dirname Where to put sockets for the per-login-session message bus 84 --with-test-socket-dir=dirname Where to put sockets for make check
|