/external/dbus/doc/ |
dbus-daemon.1.in | 211 sockets etc. will be created before changing user, but no data will be 212 read from clients before changing user. This means that sockets 253 tcp sockets can accept IPv4 addresses, IPv6 addresses or hostnames. 695 (impossible when using UNIX domain sockets), then the target 698 assuming that only UNIX domain sockets will be used to
|
/external/libpcap/ |
pcap-linux.c | 84 * of how many sockets are listening promiscuously, which means 85 * it won't get turned off automatically when no sockets are 147 * sockets rather than SOCK_PACKET sockets. 162 * this code is Linux-specific (no other OS has PF_PACKET sockets as 181 * PF_PACKET sockets only if it is defined. 289 * Private data for capturing on Linux SOCK_PACKET or PF_PACKET sockets. [all...] |
/external/c-ares/ |
CHANGES | 109 function close() being inappropriately used to close sockets. 441 connected to. Only necessary on UDP sockets as they are connection-less, TCP 507 will be used on udp sockets as a recvfrom() wrapper in the future. 640 - Steinar H. Gunderson fixed: Correctly clear sockets from the fd_set on in 762 on specific sockets and thus avoiding select() and associated [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.c | 623 /* Check all sockets for pending operation */ 758 /* Close all sockets */ [all...] |
/libcore/ojluni/src/main/java/java/net/ |
Socket.java | 40 * This class implements client sockets (also called just 41 * "sockets"). A socket is an endpoint for communication 47 * can configure itself to create sockets appropriate to the local [all...] |
/external/libmicrohttpd/ |
ChangeLog | 705 Make sure sockets opened by MHD are non-inheritable by default (#2414). -CG 757 Switch to non-blocking sockets for all systems but Cygwin 758 (we already used non-blocking sockets for GNU/Linux); also 759 use non-blocking sockets on Cygwin for HTTPS as this is 761 Cygwin, #1824 implies that we need to use blocking sockets 818 Made sockets blocking again for non-Linux platforms as non-blocking 819 sockets cause problems (#1824) on Cygwin but offer better performance 841 platforms where shutdown-on-listen-sockets does not work. -WB/CG 875 Changing sockets to be non-blocking as suggested by Eivind Sarto 905 on connection sockets to signal termination instead. -C [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config.h | 451 * For UNIX domain sockets (default on Linux and BSD): This is a 452 * directory that will be created for UNIX domain sockets for listening 457 * /var/run/wpa_supplicant is the recommended directory for sockets and 463 * to use sockets. This way, it is possible to run 465 * configuration and open raw sockets) and still allow GUI/CLI 499 * UNIX domain sockets should now be specified using GROUP=group in [all...] |
README-Windows.txt | 193 ctrl_interface is using UNIX domain sockets when built for cygwin, but 230 like there is with 127.0.0.1 sockets):
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 42 using Socket = System.Net.Sockets.Socket; 43 using SocketException = System.Net.Sockets.SocketException;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 44 using Socket = System.Net.Sockets.Socket; 45 using SocketException = System.Net.Sockets.SocketException;
|
/external/apache-http/android/src/android/net/http/ |
AndroidHttpClient.java | 125 // Use a session cache for SSL sockets 232 * or significant resources (sockets and memory) may be leaked.
|
/external/avahi/avahi-core/ |
wide-area.c | 579 /* Create sockets */ 584 avahi_log_error(__FILE__": Failed to create wide area sockets: %s", strerror(errno));
|
/external/avahi/avahi-daemon/ |
simple-protocol.c | 496 /* We simply remove existing UNIX sockets under this name. The 498 therefore sockets that already exist are stale and may be
|
/external/curl/lib/ |
select.c | 146 int Curl_socket_check(curl_socket_t readfd0, /* two sockets to read from */ 170 /* no sockets, just wait */
|
/external/libmicrohttpd/src/platform/ |
w32functions.c | 551 * Create pair of mutually connected TCP/IP sockets on loopback address 552 * @param sockets_pair array to receive resulted sockets
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_transport.h | 273 // Return true if send sockets have been initialized. 279 // Return true if receive sockets have been initialized.
|
udp_transport_impl.cc | 248 "Closing down receive sockets"); 532 // Enable QoS for RTP sockets. 629 // Enable QoS for RTCP sockets. 799 // and re-opening the sockets. 801 // re-initialize sockets? Doing this may trick the user 802 // into thinking that the sockets are in a state which [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSocketTest.java | 1787 final Socket[] sockets = new Socket[2]; local [all...] |
/libcore/ojluni/src/main/java/java/nio/channels/ |
package-info.java | 28 * performing I/O operations, such as files and sockets; defines selectors, for 189 * Minor changes to these classes have been made in order to support sockets that
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLContext.java | 409 * server-side SSL sockets. 426 * client-side SSL sockets.
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
Net.java | 91 * Tells whether dual-IPv4/IPv6 sockets should be used. 109 * Tells whether IPv6 sockets can join IPv4 multicast groups
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
connection.py | 2 # A higher level module for using sockets (or Windows named pipes) 244 # Definitions for connections based on sockets
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
connection.py | 2 # A higher level module for using sockets (or Windows named pipes) 244 # Definitions for connections based on sockets
|
/prebuilts/go/darwin-x86/src/net/ |
mockserver_test.go | 19 // sockets in TMPDIR. 443 if peer == nil { // for connected-mode sockets
|
unixsock_posix.go | 98 // to Unix domain sockets. 274 // domain sockets.
|