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

<<11121314151617181920>>

  /system/core/libcutils/
socket_local_server_unix.c 18 #include <cutils/sockets.h>
socket_network_client_windows.c 29 #include <cutils/sockets.h>
sockets_unix.cpp 17 #include <cutils/sockets.h>
  /system/extras/tests/net_test/
net_test.py 79 # Unix group to use if we want to open sockets as non-root.
113 # Convenience functions to create sockets.
361 # Real sockets have 5 extra numbers, timewait sockets have none.
  /cts/tests/tests/security/src/android/security/cts/
BannedFilesTest.java 50 * through sockets.
64 * through sockets.
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionOperator.java 46 * This interface encapsulates the logic to create sockets and to
52 * sockets. Creating a tunnelled connection through a proxy, however,
package.html 50 An operator encapsulates the logic to open and layer sockets,
66 provides convenient methods for opening and updating sockets in order
  /external/autotest/client/cros/netprotos/
interface_host.py 37 Only supports IPv4 UDP sockets on broadcast addresses.
44 raise error.TestError('InterfaceHost only understands UDP sockets.')
  /external/autotest/client/site_tests/security_NetworkListeners/
security_NetworkListeners.py 51 unfortunately can inherit open sockets created by
59 # Compile a set of the listening sockets to ignore.
  /external/dbus/
README.win 76 - On UNIX D-Bus uses UNIX sockets to communicate (correct me if I'm wrong).
79 tcp sockets, there are some efforts to get named pipe running, but some
  /external/dbus/dbus/
dbus-server-launchd.c 132 "No sockets found to answer requests on!\n");
141 "No known sockets found to answer requests on!\n");
  /external/dbus/doc/
Makefile.am 7 dbus-cleanup-sockets.1 \
20 dbus-cleanup-sockets.1.html \
  /external/libmicrohttpd/src/include/
w32functions.h 181 * Create pair of mutually connected TCP/IP sockets on loopback address
182 * @param sockets_pair array to receive resulted sockets
  /external/okhttp/okio/
CHANGELOG.md 17 * Sockets streams now throw `SocketTimeoutException`. This builds on new
118 * Use the watchdog to interrupt sockets that have reached deadlines.
  /external/toybox/toys/other/
nsenter.c 31 -n Network address, sockets, routing, iptables (--net)
55 -n Network address, sockets, routing, iptables (--net)
  /external/toybox/toys/pending/
netstat.c 18 -a Display all sockets (Default: Connected).
19 -l Display listening server sockets.
20 -t Display TCP sockets.
21 -u Display UDP sockets.
22 -w Display Raw sockets.
23 -x Display Unix sockets.
27 -p Display PID/Program name for sockets.
645 xprintf("Active UNIX domain sockets ");
  /hardware/ril/libril/
RilSapSocket.h 26 * class, representing sockets for communication between bluetooth SAP module and
170 * Class method to add the sap socket to the list of sockets.
  /system/bt/hci/src/
hci_inject.c 66 return true; // Disable using network sockets for security reasons
101 return; // Disable using network sockets for security reasons
  /system/connectivity/apmanager/
hostapd_monitor.cc 27 #include <shill/net/sockets.h>
58 : sockets_(new shill::Sockets()),
  /system/connectivity/shill/
arp_client.cc 28 #include "shill/net/sockets.h"
41 sockets_(new Sockets()),
connectivity_trial.h 33 #include "shill/net/sockets.h"
184 Sockets sockets_;
  /system/connectivity/shill/ethernet/
ethernet.h 40 class Sockets;
179 std::unique_ptr<Sockets> sockets_;
  /system/connectivity/shill/net/
rtnl_handler.h 37 class Sockets;
180 std::unique_ptr<Sockets> sockets_;
  /system/core/logd/
LogReader.cpp 23 #include <cutils/sockets.h>
37 // all of our listening sockets.
  /system/webservd/webservd/
main.cc 99 // sockets/pipes correctly, so SIGPIPE is just a pest.
124 // access to create those bound sockets. Do that here before we drop

Completed in 586 milliseconds

<<11121314151617181920>>