HomeSort by relevance Sort by last modified time
    Searched refs:sockets (Results 101 - 125 of 222) sorted by null

1 2 3 45 6 7 8 9

  /external/curl/docs/cmdline-opts/
version.d 48 Unix sockets support is provided.
  /external/wpa_supplicant_8/hs20/client/
Android.mk 31 L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\"
  /external/scapy/scapy/
sendrecv.py 716 def _select(sockets):
717 return bpf_select(sockets, remain)
721 def _select(sockets):
723 return sockets
727 def _select(sockets):
729 return select(sockets, [], [], remain)[0]
782 if1, if2: the interfaces to use (interface names or opened sockets).
  /prebuilts/go/darwin-x86/src/syscall/
creds_test.go 19 // sockets. The SO_PASSCRED socket option is enabled on the sending
netlink_linux.go 5 // Netlink sockets and messages
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/
stack.go 41 // sockets.
  /prebuilts/go/linux-x86/src/syscall/
creds_test.go 19 // sockets. The SO_PASSCRED socket option is enabled on the sending
netlink_linux.go 5 // Netlink sockets and messages
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/
stack.go 41 // sockets.
  /system/core/adb/
sysdeps_win32.cpp 35 #include <cutils/sockets.h>
499 // non-blocking sockets can cause an error code of WSAEWOULDBLOCK and
530 std::vector<WSAPOLLFD> sockets; local
543 sockets.push_back(wsapollfd);
548 if (sockets.empty()) {
552 int result = WSAPoll(sockets.data(), sockets.size(), timeout);
559 for (size_t i = 0; i < sockets.size(); ++i) {
560 original[i]->revents = sockets[i].revents;
    [all...]
adb_client.cpp 41 #include <cutils/sockets.h>
adb_listeners.cpp 28 #include <cutils/sockets.h>
162 // Never remove smart sockets.
  /device/generic/goldfish/vibrator/
qemu.c 24 #include <cutils/sockets.h>
  /device/google/cuttlefish_common/guest/hals/gps/
gps_thread.cpp 27 #include <cutils/sockets.h>
108 // GPS state threads which communicates with control and data sockets.
  /external/ipsec-tools/
main.c 42 #include <cutils/sockets.h>
  /system/chre/host/common/
socket_server.cc 28 #include <cutils/sockets.h>
  /system/chre/host/common/test/
chre_test_client.cc 29 #include <cutils/sockets.h>
  /system/core/debuggerd/client/
debuggerd_client.cpp 35 #include <cutils/sockets.h>
  /system/core/debuggerd/tombstoned/
intercept_manager.cpp 29 #include <cutils/sockets.h>
  /system/core/liblog/
logd_writer.c 34 #include <cutils/sockets.h>
  /system/core/libstats/
statsd_writer.c 18 #include <cutils/sockets.h>
  /system/core/libsysutils/src/
SocketListener.cpp 29 #include <cutils/sockets.h>
247 /* if our sockets are connection-based, remove and destroy it */
  /system/core/logd/
LogReader.cpp 24 #include <cutils/sockets.h>
38 // listening sockets who are watching this entry's log id.
  /system/extras/alloc-stress/
alloc-stress.cpp 4 #include <cutils/sockets.h>
  /external/robolectric-shadows/
run_robolectric_module_tests.mk 56 # - transport: how to accept debugger connections (sockets)

Completed in 568 milliseconds

1 2 3 45 6 7 8 9