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

12 3 4 5 6 7 8 9

  /system/core/libcutils/
sockets_windows.cpp 29 #include <cutils/sockets.h>
socket_local_server_unix.cpp 18 #include <cutils/sockets.h>
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/
helper_windows.go 20 // Users running Winsock applications that use raw sockets must be a member of
23 // for raw sockets is enforced at socket creation. In earlier versions of Windows,
24 // access for raw sockets is enforced during other socket operations.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/
helper_windows.go 20 // Users running Winsock applications that use raw sockets must be a member of
23 // for raw sockets is enforced at socket creation. In earlier versions of Windows,
24 // access for raw sockets is enforced during other socket operations.
  /system/core/adb/
sysdeps_test.cpp 178 std::vector<int> sockets; local
180 sockets.resize(num_sockets * 2);
182 ASSERT_EQ(0, adb_socketpair(&sockets[i * 2])) << strerror(errno);
183 ASSERT_TRUE(WriteFdExactly(sockets[i * 2], &i, sizeof(i)));
186 pfd.fd = sockets[i * 2 + 1];
199 for (int fd : sockets) {
  /kernel/tests/net/test/
forwarding_test.py 124 sockets = self.ReadProcNetSocket("tcp6")
128 sockets = [s for s in sockets if s[0] == mysrc and s[1] == mydst]
129 self.assertEquals(1, len(sockets))
130 self.assertEquals("%02X" % self.TCP_TIME_WAIT, sockets[0][2])
  /device/generic/goldfish/include/
qemud.h 20 #include <cutils/sockets.h>
  /external/webrtc/webrtc/base/
macsocketserver.h 49 const std::set<MacAsyncSocket*>& sockets() { function in class:rtc::MacBaseSocketServer
  /frameworks/native/cmds/bugreport/
bugreport.cpp 24 #include <cutils/sockets.h>
  /frameworks/native/cmds/bugreportz/
main.cpp 25 #include <cutils/sockets.h>
  /system/chre/host/common/include/chre_host/
socket_client.h 25 #include <cutils/sockets.h>
socket_server.h 29 #include <cutils/sockets.h>
  /system/core/debuggerd/tombstoned/
tombstoned_client.cpp 26 #include <cutils/sockets.h>
  /system/core/fastboot/
socket.h 43 #include <cutils/sockets.h>
70 // Sends |length| bytes of |data|. For TCP sockets this will continue trying to send until all
75 // multiple calls. For UDP sockets |buffers| are all combined into a single datagram; for
76 // TCP sockets this will continue sending until all buffers are fully transmitted. Returns true
79 // Note: This is non-functional for UDP server Sockets because it's not currently needed and
98 // Accepts an incoming TCP connection. No effect for UDP sockets. Returns a new Socket
  /system/core/libappfuse/include/libappfuse/
FuseBuffer.h 32 // Setup sockets to transfer FuseMessage.
33 bool SetupMessageSockets(base::unique_fd (*sockets)[2]);
  /system/core/libcutils/tests/
android_get_control_socket_test.cpp 24 #include <cutils/sockets.h>
  /system/core/lmkd/
liblmkd_utils.c 26 #include <cutils/sockets.h>
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 291 sockets = []
305 # Open sockets to hog processes, waiting for them to bind first.
309 sockets.append(hog_sock)
320 for hog_sock in sockets:
324 for hog_sock in sockets:
341 hog_sock = sockets[selection]
384 for hog_sock in sockets:
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSessionContextTest.java 212 TestSSLSocketPair.create(c).connect(new String[] {cipherSuite1}, null).sockets());
215 TestSSLSocketPair.create(c).connect(new String[] {cipherSuite2}, null).sockets());
218 TestSSLSocketPair.create(c).connect(new String[] {cipherSuite3}, null).sockets());
227 TestSSLSocketPair.create(c).connect(new String[] {cipherSuite1}, null).sockets());
233 TestSSLSocketPair.create(c).connect(new String[] {cipherSuite2}, null).sockets());
236 TestSSLSocketPair.create(c).connect(new String[] {cipherSuite3}, null).sockets());
  /external/libvncserver/
Android.mk 29 libvncserver/sockets.c \
  /external/libvncserver/examples/android/jni/
Android.mk 27 $(LIBVNCSERVER_ROOT)/libvncserver/sockets.c \
  /prebuilts/go/darwin-x86/src/log/syslog/
doc.go 7 // domain sockets, UDP or TCP.
  /prebuilts/go/darwin-x86/src/net/
sockopt_linux.go 29 // Allow multicast UDP and raw IP datagram sockets to listen
sockopt_solaris.go 29 // Allow multicast UDP and raw IP datagram sockets to listen
  /prebuilts/go/linux-x86/src/log/syslog/
doc.go 7 // domain sockets, UDP or TCP.

Completed in 590 milliseconds

12 3 4 5 6 7 8 9