OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sockets
(Results
151 - 175
of
386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/init/
init.c
37
#include <cutils/
sockets
.h>
218
for (si = svc->
sockets
; si; si = si->next) {
361
/* remove any
sockets
we may have created */
362
for (si = svc->
sockets
; si; si = si->next) {
init.h
139
struct socketinfo *
sockets
;
member in struct:service
util.c
31
#include <cutils/
sockets
.h>
/system/core/libcutils/
zygote.c
19
#include <cutils/
sockets
.h>
/system/core/libsysutils/src/
SocketListener.cpp
27
#include <cutils/
sockets
.h>
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java
832
* only for server
sockets
!
842
* only for server
sockets
!
852
* server
sockets
!
863
* server
sockets
! Notice that in contrast to setNeedClientAuth(..) this
[
all
...]
OpenSSLServerSocketImpl.java
31
* OpenSSL-based implementation of server
sockets
.
/external/wpa_supplicant/
wpa_supplicant.conf
35
# For UNIX domain
sockets
(default on Linux and BSD): This is a directory that
36
# will be created for UNIX domain
sockets
for listening to requests from
41
# /var/run/wpa_supplicant is the recommended directory for
sockets
and by
45
# directory to allow only members of a group to use
sockets
. This way, it is
47
# configuration and open raw
sockets
) and still allow GUI/CLI components to be
defconfig
177
# unix = UNIX domain
sockets
(default for Linux/*BSD)
178
# udp = UDP
sockets
using localhost (127.0.0.1)
eloop.h
15
* from registered timeouts (i.e., do something after N seconds),
sockets
17
* implementation of this interface using select() and
sockets
. This is
/external/dbus/dbus/
dbus-sysdeps-unix.c
53
#include <cutils/
sockets
.h>
138
* Like _dbus_read(), but only works on
sockets
so is
155
* Like _dbus_write(), but only supports
sockets
174
* Like _dbus_write_two() but only works on
sockets
and is thus
410
* Uses abstract
sockets
instead of filesystem-linked
sockets
if
545
* Uses abstract
sockets
instead of filesystem-linked
546
*
sockets
if requested (it's possible only on Linux;
669
#endif /* android init managed
sockets
*/
[
all
...]
dbus-server-socket.c
2
/* dbus-server-socket.c Server implementation for
sockets
/external/iproute2/misc/
ss.c
612
*
sockets
. Fair? */
[
all
...]
/external/tcpdump/
sctpConstants.h
381
* with
sockets
(not TLI) we end up at a value
384
* write to
sockets
for generality.
/external/webkit/WebKitTools/Scripts/
build-webkit
146
{ option => "web-
sockets
", desc => "Toggle Web
Sockets
support",
/external/wpa_supplicant_6/wpa_supplicant/
.config
205
# unix = UNIX domain
sockets
(default for Linux/*BSD)
206
# udp = UDP
sockets
using localhost (127.0.0.1)
defconfig
208
# unix = UNIX domain
sockets
(default for Linux/*BSD)
209
# udp = UDP
sockets
using localhost (127.0.0.1)
/external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.c
26
#include <cutils/
sockets
.h>
38
static const char *local_socket_dir = "/data/misc/wifi/
sockets
";
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.h
15
* from registered timeouts (i.e., do something after N seconds),
sockets
17
* implementation of this interface using select() and
sockets
. This is
/frameworks/base/core/java/android/net/http/
AndroidHttpClient.java
119
// Use a session cache for SSL
sockets
225
* or significant resources (
sockets
and memory) may be leaked.
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramSocketImplTest.java
235
//
Sockets
return -1. And for that method also the RI returns 0 which
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLServerSocket.java
25
* The extension of {@code ServerSocket} which provides secure server
sockets
/external/apache-http/src/org/apache/http/conn/
OperatedClientConnection.java
44
* A client-side connection that relies on outside logic to connect
sockets
to the
/external/apache-http/src/org/apache/http/conn/scheme/
Scheme.java
83
* @param factory the factory for creating
sockets
for communication
/external/dnsmasq/src/
config.h
75
#define DAD_WAIT 20 /* retry binding IPv6
sockets
for this long */
Completed in 488 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>