/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.conf | 35 # For UNIX domain sockets (default on Linux and BSD): This is a directory that 36 # will be created for UNIX domain sockets for listening to requests from 41 # /var/run/wpa_supplicant is the recommended directory for sockets and by 45 # directory to allow only members of a group to use sockets. This way, it is 47 # configuration and open raw sockets) and still allow GUI/CLI components to be
|
/external/dbus/ |
NEWS | 468 - abstract domain sockets support (Linux only) 469 - add dbus-cleanup-sockets utility for people 553 - clean up unix domain sockets on exit
|
/external/qemu/ |
sockets.c | 12 #include "sockets.h" 1434 /* on Windows, select() only works with network sockets, which [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
DatagramSocketImpl.java | 49 * Binds the datagram socket to the given localhost/port. Sockets must be
|
/dalvik/libcore/luni/src/main/native/ |
java_io_File.cpp | 71 * sockets and block-special devices) as having size zero. Some synthetic
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 381 Log.e(TAG, "temp sockets not created", e);
|
/external/dnsmasq/src/ |
log.c | 191 /* errors handling after this assumes sockets */
|
/external/dropbear/ |
common-session.c | 126 /* main loop, select()s for all sockets in use */
|
svr-auth.c | 367 /* Remove from the list of pre-auth sockets. Should be m_close(), since if
|
/external/mtpd/ |
mtpd.c | 34 #include <cutils/sockets.h>
|
/external/opencore/doc/oscl_html/ |
classOsclSocketServ.html | 92 cleanup the socket system? the socket cleanup should only be done when all parts of the application are done using sockets. </td></tr>
|
osclconfig__io_8h-source.html | 58 00058 <span class="comment">//For Sockets</span> 227 00227 <span class="comment">//End sockets</span>
|
/external/openssl/crypto/rand/ |
randfile.c | 106 * Entropy devices and EGD sockets are handled in rand_unix.c */
|
/external/qemu/slirp-android/ |
ip_icmp.c | 35 #include "sockets.h"
|
/external/qemu/telephony/ |
remote_call.c | 18 #include "sockets.h"
|
/frameworks/base/core/java/android/net/ |
SSLCertificateSocketFactory.java | 145 * <p class="caution"><b>Warning:</b> Sockets created using this factory
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 49 // sockets is in
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Device.java | 386 * @param socketChannel the sockets
|
/system/core/adb/ |
adb.h | 134 ** transport (e.g. remote sockets, listeners, etc...)
|
services.c | 362 #ifndef HAVE_WINSOCK /* winsock doesn't implement unix domain sockets */
|
/external/netperf/ |
nettest_sctp.c | 98 non_block = 0, /* default to blocking sockets */ 115 SCTP Sockets Test Options:\n\ 324 /* (a.k.a. stream) for the sockets interface. It receives its */ [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
SocketTest.java | 258 assertTrue("Was able to create two sockets on same port", 303 assertTrue("Was able to create two sockets on same port", exception); [all...] |
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_TestWebServer.java | 200 * Call this to specify the maximum number of sockets to accept 201 * @param limit The number of sockets to accept
|
/external/dbus/dbus/ |
dbus-transport-socket.c | 32 * @defgroup DBusTransportSocket DBusTransport implementations for sockets 34 * @brief Implementation details of DBusTransport on sockets [all...] |
/external/libpcap/ |
CHANGES | 81 PF_PACKET sockets. 158 kernels, uses PF_PACKET sockets and supports kernel packet
|