OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sockets
(Results
701 - 725
of
1483
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/go/linux-x86/src/net/
ipsock_plan9.go
5
// Internet protocol family
sockets
for Plan 9
/prebuilts/go/linux-x86/src/syscall/
syscall_unix.go
184
// creation of IPv6
sockets
to return EAFNOSUPPORT.
types_freebsd.go
213
//
Sockets
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py
163
Install support for sending connections and
sockets
between processes
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py
163
Install support for sending connections and
sockets
between processes
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
objectmodel.py
27
# not _have_ to be implicitly typed (e.g.,
sockets
can be
/system/connectivity/shill/
eap_listener_unittest.cc
88
// mock implementation of
Sockets
::RecvFrom().
icmp_session.cc
28
#include "shill/net/
sockets
.h"
/system/connectivity/shill/net/
netlink_message.h
36
// Netlink messages are sent over netlink
sockets
to talk between user-space
/system/core/adb/
adb_client.cpp
36
#include <cutils/
sockets
.h>
shell_service.cpp
140
int
sockets
[2];
local
141
if (adb_socketpair(
sockets
) < 0) {
145
fd1->Reset(
sockets
[0]);
146
fd2->Reset(
sockets
[1]);
/system/core/logd/
CommandListener.cpp
31
#include <cutils/
sockets
.h>
/system/extras/multinetwork/
httpurl.cpp
148
// connect() timeouts without nonblocking
sockets
and select/poll/epoll.
/system/extras/tests/net_test/
ping6_test.py
322
# We can only test this using IPv6 unreachables and IPv4 ping
sockets
,
402
# But binding two different
sockets
to the same ID is allowed.
410
# If two
sockets
bind to the same port, the first one to call read() gets
445
# But binding two different
sockets
to the same ID is allowed.
tcp_nuke_addr_test.py
162
"""Tests that SIOCKILLADDR closes IPv6
sockets
and unblocks threads."""
/system/netd/server/
NetlinkHandler.cpp
94
ALOGE("Error destroying
sockets
: %s", strerror(ret));
/system/netd/server/binder/android/net/
INetd.aidl
85
* Administratively closes
sockets
belonging to the specified UIDs.
/device/google/marlin/
init.common.rc
84
mkdir /data/misc/wifi/
sockets
0770 wifi wifi
595
-O/data/misc/wifi/
sockets
-puse_p2p_group_interface=1 \
609
-O/data/misc/wifi/
sockets
-dd \
/external/dbus/dbus/
dbus-sysdeps-unix.c
58
#include <cutils/
sockets
.h>
201
* Like _dbus_read(), but only works on
sockets
so is
218
* Like _dbus_write(), but only supports
sockets
489
* Like _dbus_write_two() but only works on
sockets
and is thus
774
* Uses abstract
sockets
instead of filesystem-linked
sockets
if
997
* Uses abstract
sockets
instead of filesystem-linked
998
*
sockets
if requested (it's possible only on Linux;
1131
#endif /* android init managed
sockets
*/
1171
* Acquires one or more
sockets
passed in from systemd. The socket
[
all
...]
/external/dbus/doc/
dcop-howto.txt
43
DCOP is a simple IPC/RPC mechanism built to operate over
sockets
.
44
Either unix domain
sockets
or tcp/ip
sockets
are supported. DCOP is
/external/kernel-headers/original/uapi/linux/
sctp.h
10
* the SCTP Extension to the
Sockets
API.
61
/* The following symbols come from the
Sockets
API Extensions for
528
*
sockets
API specification.
/external/toybox/toys/pending/
syslogd.c
39
// UNIX
Sockets
for listening
68
struct unsocks *lsocks; // list of listen
sockets
524
} else { /* Some activity on listen
sockets
. */
/external/wpa_supplicant_8/wpa_supplicant/
android.config
177
# unix = UNIX domain
sockets
(default for Linux/*BSD)
178
# udp = UDP
sockets
using localhost (127.0.0.1)
180
# udp-remote = UDP
sockets
with remote access (only for tests systems/purpose)
/frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd
154
<p>To better identify the cause of transfer spikes, the Traffic Stats API allows you to tag the data transfers occurring within a thread using the {@code TrafficStats.setThreadStatsTag()} method, followed by manually tagging (and untagging) individual
sockets
using {@code tagSocket()} and {@code untagSocket()}. For example:</p>
161
<p>The Apache {@code HttpClient} and {@code URLConnection} libraries automatically tag
sockets
based on the current {@code getThreadStatsTag()} value. These libraries also tag and untag
sockets
when recycled through keep-alive pools.</p>
/hardware/libhardware_legacy/wifi/
wifi.c
75
//
sockets
is in
117
static const char CONTROL_IFACE_PATH[] = "/data/misc/wifi/
sockets
";
483
/* Reset
sockets
used for exiting from hung state */
Completed in 816 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>