HomeSort by relevance Sort by last modified time
    Searched full:sockets (Results 501 - 525 of 1483) sorted by null

<<21222324252627282930>>

  /external/dbus/bus/
main.c 109 * important response to SIGTERM than cleaning up sockets,
269 * On OSs without abstract sockets, we want to quit
272 * sockets from the filesystem. fd.o #38656
  /external/iproute2/doc/
api-ip6-flowlabels.tex 173 cached at flow setup (see below). However, for connected sockets
323 still can be shared by another sockets. Current implementation does not allow
328 or closed all the sockets using it. Current implementation does not allow
  /frameworks/base/core/java/android/net/
NetworkUtils.java 62 * Binds the current process to the network designated by {@code netId}. All sockets created
65 * {@code Network} ever disconnects all sockets created in this way will cease to work. This
66 * is by design so an application doesn't accidentally use sockets it thinks are still bound to
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 427 ObexServerSockets sockets = mServerSockets; local
428 if (sockets != null) {
429 sockets.shutdown(block);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 84 * List of connected emulator sockets, pending for a channel to be registered.
147 // Close all the pending sockets, and clear pending socket list.
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets...");
  /system/core/logd/
main.cpp 41 #include <cutils/sockets.h>
62 // to starting up manually. When starting up manually the sockets will
368 // UNIX domain client sockets for writing, reading and
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 21 * with respect to tagging sockets.
305 /* TODO(jpa): test tagging two different sockets with same tags and
379 testPrintI("Tag two sockets");
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 61 // Packets are passed between sockets as messages. We copy the data just like
175 // Cancel pending sockets
187 // Disconnect stream sockets
219 // accept. Accepted sockets are not bound so we will not
334 // Sockets made from a socket that 'was Any' need to inherit that.
    [all...]
  /device/asus/fugu/
init.fugu.rc 124 mkdir /data/misc/wifi/sockets 0770 wifi wifi
198 -O/data/misc/wifi/sockets \
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 41 using Socket = System.Net.Sockets.Socket;
43 using TcpListener = System.Net.Sockets.TcpListener;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 40 using Socket = System.Net.Sockets.Socket;
42 using TcpListener = System.Net.Sockets.TcpListener;
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 100 * Plain sockets may be considered secure, for example if they are
102 * On the other hand, SSL sockets may be considered insecure,
  /external/autotest/client/cros/
dhcp_test_server.py 121 self._logger.info("DhcpTestServer started; opening sockets.")
304 self._logger.info("DhcpTestServer closing sockets.")
  /external/avahi/avahi-daemon/
sd-daemon.h 169 check will not be done. For normal AF_UNIX sockets set length to
170 0. For abstract namespace sockets set length to the length of the
  /external/dbus/dbus/
sd-daemon.h 161 check will not be done. For normal AF_UNIX sockets set length to
162 0. For abstract namespace sockets set length to the length of the
  /external/libmicrohttpd/
MHD_config.h 81 /* can use shutdown on listen sockets */
283 /* Define to use pair of sockets instead of pipes for signaling */
MHD_config.h.in 80 /* can use shutdown on listen sockets */
282 /* Define to use pair of sockets instead of pipes for signaling */
  /external/mdnsresponder/
PrivateDNS.txt 96 different sockets. While their IP addresses would be the same, their
114 3) Every LLQ opens up two sockets (TCP and UDP), rather than just the
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 71 // A cache of client sockets that can be re-used for
164 // Server uses TCP transport. TCP client sockets are cached
  /external/webrtc/webrtc/p2p/base/
relayport_unittest.cc 39 // creating sockets. The test will monitor the current state of the
40 // RelayPort and created sockets by listening for signals such as,
turnserver.h 157 // AddInternalServerSocket, and a factory to create external sockets via
199 // Specifies the factory to use for creating external sockets.
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_cli.sgml 17 <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
111 <listitem><para>Change the path where control sockets should
  /system/connectivity/shill/
connection_health_checker.cc 39 #include "shill/net/sockets.h"
92 socket_(new Sockets()),
  /system/connectivity/shill/net/
rtnl_handler.cc 42 #include "shill/net/sockets.h"
60 : sockets_(new Sockets()),
  /system/connectivity/shill/vpn/
openvpn_driver.h 29 #include "shill/net/sockets.h"
272 Sockets sockets_;

Completed in 951 milliseconds

<<21222324252627282930>>