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

1 2 3 4 5 6 7 8 91011>>

  /external/curl/tests/libtest/
lib582.c 32 struct Sockets
34 curl_socket_t *sockets; member in struct:Sockets
35 int count; /* number of sockets actually stored in array */
36 int max_count; /* max number of sockets that fit in allocated array */
41 struct Sockets read, write;
45 * Remove a file descriptor from a sockets array.
47 static void removeFd(struct Sockets* sockets, curl_socket_t fd, int mention)
54 for (i = 0; i < sockets->count; ++i) {
55 if (sockets->sockets[i] == fd)
108 struct ReadWriteSockets* sockets = userp; local
234 struct ReadWriteSockets sockets = {{NULL, 0, 0}, {NULL, 0, 0}}; local
    [all...]
  /external/dbus/doc/
dbus-cleanup-sockets.1 2 .\" dbus\-cleanup\-sockets manual page.
5 .TH dbus\-cleanup\-sockets 1
7 dbus\-cleanup\-sockets \- clean up leftover sockets in a directory
10 .B dbus\-cleanup\-sockets [DIRECTORY]
14 The \fIdbus\-cleanup\-sockets\fP command cleans up unused D\-Bus
15 connection sockets. See http://www.freedesktop.org/software/dbus/ for
19 If given no arguments, \fIdbus\-cleanup\-sockets\fP cleans up sockets
26 to using "abstract sockets" that exist only in memory and don't have
    [all...]
  /system/connectivity/shill/
async_connection_unittest.cc 67 EXPECT_CALL(sockets(), Close(kSocketFD))
107 EXPECT_CALL(sockets(), Connect(kSocketFD, _, _))
121 StrictMock<MockSockets>& sockets() { return sockets_; } function in class:shill::AsyncConnectionTest
146 EXPECT_CALL(sockets(), Socket(_, _, _))
148 EXPECT_CALL(sockets(), Error())
156 EXPECT_CALL(sockets(), Socket(_, _, _))
158 EXPECT_CALL(sockets(), SetNonBlocking(kSocketFD))
160 EXPECT_CALL(sockets(), Error())
162 EXPECT_CALL(sockets(), Close(kSocketFD))
170 EXPECT_CALL(sockets(), Socket(_, _, _)
    [all...]
  /system/connectivity/shill/net/
sockets.cc 17 #include "shill/net/sockets.h"
32 Sockets::Sockets() {}
34 Sockets::~Sockets() {}
42 int Sockets::Accept(int sockfd,
48 int Sockets::AttachFilter(int sockfd, struct sock_fprog* pf) const {
52 int Sockets::Bind(int sockfd,
58 int Sockets::BindToDevice(int sockfd, const std::string& device) const {
67 int Sockets::ReuseAddress(int sockfd) const
    [all...]
  /device/htc/flounder/sepolicy/
rild.te 5 # Grant access to Qualcomm MSM Interface (QMI) radio sockets to RILD
qmuxd.te 8 # Create sockets under each /dev/socket/qmux_* directory.
  /device/moto/shamu/sepolicy/
system_server.te 1 # Grant access to Qualcomm MSM Interface (QMI) radio sockets to system services
camera.te 21 # Create front and back camera sockets (/data/cam_socket[23])
22 # TODO: create these sockets elsewhere, apps shouldn't be putting sockets
audioserver.te 1 # Grant access to Qualcomm MSM Interface (QMI) audio sockets to audioserver
4 # Permit audioserver to create sockets with no specific SELinux class.
mediaserver.te 1 # Grant access to Qualcomm MSM Interface (QMI) audio sockets to mediaserver
4 # Permit mediaserver to create sockets with no specific SELinux class.
  /external/iproute2/man/man8/
ss.8 3 ss \- another utility to investigate sockets
16 open non-listening sockets (e.g. TCP/UNIX/UDP) that have established connection.
31 Display both listening and non-listening (for TCP this means established connections) sockets.
34 Display only listening sockets (these are omitted by default).
52 Attempts to forcibly close sockets. This option displays sockets that are
53 successfully closed and silently skips sockets that the kernel does not support
54 closing. It supports IPv4 and IPv6 sockets only.
58 summary from various sources. It is useful when amount of sockets is so huge
68 sockets the initiating process context is displayed as follows
    [all...]
  /external/iptables/extensions/
libxt_socket.man 5 Ignore non-transparent sockets.
  /bootable/recovery/minadbd/
fuse_adb_provider_test.cpp 31 int sockets[2]; local
33 ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, sockets));
34 data.sfd = sockets[0];
36 int host_socket = sockets[1];
70 close(sockets[0]);
71 close(sockets[1]);
76 int sockets[2]; local
78 ASSERT_EQ(0, socketpair(AF_UNIX, SOCK_STREAM, 0, sockets));
79 data.sfd = sockets[0];
81 ASSERT_EQ(0, close(sockets[1]))
    [all...]
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
switch_stub.go 9 // Sockets maps a socket descriptor to the status of socket.
10 type Sockets map[int]Status
switch.go 22 sotab Sockets
28 sw.sotab = make(Sockets)
44 // Sockets returns mappings of socket descriptor to socket status.
45 func (sw *Switch) Sockets() Sockets {
47 tab := make(Sockets, len(sw.sotab))
89 Opened uint64 // number of sockets opened
90 Connected uint64 // number of sockets connected
91 Listened uint64 // number of sockets listened
92 Accepted uint64 // number of sockets accepte
    [all...]
switch_unix.go 9 // Sockets maps a socket descriptor to the status of socket.
10 type Sockets map[int]Status
  /prebuilts/go/linux-x86/src/net/internal/socktest/
switch_stub.go 9 // Sockets maps a socket descriptor to the status of socket.
10 type Sockets map[int]Status
switch.go 22 sotab Sockets
28 sw.sotab = make(Sockets)
44 // Sockets returns mappings of socket descriptor to socket status.
45 func (sw *Switch) Sockets() Sockets {
47 tab := make(Sockets, len(sw.sotab))
89 Opened uint64 // number of sockets opened
90 Connected uint64 // number of sockets connected
91 Listened uint64 // number of sockets listened
92 Accepted uint64 // number of sockets accepte
    [all...]
  /external/curl/tests/data/
test1435 6 unix sockets
22 unix-sockets
  /device/google/marlin/sepolicy/
radio.te 1 # Grant access to Qualcomm MSM Interface (QMI) radio sockets
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
manifest.json 12 "sockets": {
  /external/autotest/client/tests/ipv6connect/
control 8 Create many TCP connections to dual-stack sockets on IPv6 loopback, connecting
  /external/libnl/
libnl-2.0.pc.in 7 Description: Convenience library for netlink sockets
  /system/bt/osi/src/socket_utils/
README 17 The sources in this folder re-implement some of the sources in libcutils/sockets
22 Note that only a part of the source files are pulled from libcutils/sockets, and
23 "osi_" prefix is added to all functions. The developers who want to pull sockets
30 - osi/include/socket_utils/sockets.h
  /external/autotest/client/site_tests/security_ProtocolFamilies/
security_ProtocolFamilies.py 38 #define PF_RDS 21 /* RDS sockets. */
40 #define PF_IRDA 23 /* IRDA sockets. */
41 #define PF_PPPOX 24 /* PPPoX sockets. */
42 #define PF_WANPIPE 25 /* Wanpipe API sockets. */
45 #define PF_TIPC 30 /* TIPC sockets. */
46 #define PF_BLUETOOTH 31 /* Bluetooth sockets. */
47 #define PF_IUCV 32 /* IUCV sockets. */
48 #define PF_RXRPC 33 /* RxRPC sockets. */
49 #define PF_ISDN 34 /* mISDN sockets. */
50 #define PF_PHONET 35 /* Phonet sockets. *
    [all...]

Completed in 245 milliseconds

1 2 3 4 5 6 7 8 91011>>