OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sockets
(Results
476 - 500
of
1483
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/go/darwin-x86/src/net/
unixsock_plan9.go
14
// to Unix domain
sockets
.
90
// domain
sockets
.
/prebuilts/go/linux-x86/src/net/
main_test.go
183
sos := sw.
Sockets
()
187
fmt.Fprintf(os.Stderr, "Inflight
sockets
:\n")
unixsock_plan9.go
14
// to Unix domain
sockets
.
90
// domain
sockets
.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so
select.so
/system/connectivity/shill/
connection_health_checker.h
31
#include "shill/net/
sockets
.h"
199
std::unique_ptr<
Sockets
> socket_;
/system/core/adb/
socket_test.cpp
101
// Wait until the local
sockets
are closed.
239
// This test checks if we can close
sockets
in CLOSE_WAIT state.
sockets.cpp
17
#define TRACE_TAG
SOCKETS
49
/* the the list of currently closing local
sockets
.
57
// Parse the global list of
sockets
to find one with id |local_id|.
218
* the peer, this ensures that remote
sockets
can still get the id
536
/* this is used by magic
sockets
to rig local
sockets
to
546
/* this is used by magic
sockets
to rig local
sockets
to
/system/core/libsysutils/src/
SocketListener.cpp
27
#include <cutils/
sockets
.h>
255
/* if our
sockets
are connection-based, remove and destroy it */
/system/extras/tests/net_test/
multinetwork_test.py
139
# IP_UNICAST_IF doesn't seem to work on connected
sockets
, so no TCP.
178
# IP_UNICAST_IF doesn't seem to work on connected
sockets
, so no TCP.
188
# Creating raw
sockets
on non-root UIDs requires properly setting
190
# IP_UNICAST_IF is not supported on raw
sockets
.
214
# Remarking or resetting UNICAST_IF on connected
sockets
does not work.
232
# If we're testing connected
sockets
, connect the socket on the first
736
# Check that other
sockets
pick up the PMTU we have been told about by
781
# Making Path MTU Discovery work on unmarked
sockets
requires that mark
[
all
...]
/external/curl/lib/
easy.c
117
/* Confirm that the Windows
Sockets
DLL supports what we need.*/
131
/* The Windows
Sockets
DLL is acceptable. Proceed. */
416
struct socketmonitor *list; /* list of
sockets
to monitor */
504
/* remove this node from the list of monitored
sockets
*/
569
* waits for activity on any of the given
sockets
, or the timeout to trigger.
617
/* loop over the monitored
sockets
to see which ones had activity */
multi.c
435
sockets
that time-out or have actions will be dealt with. Since this
573
singlesocket(multi, easy); /* to let the application know what
sockets
that
675
/* returns bitmapped flags for this handle and its
sockets
*/
678
of
sockets
*/
[
all
...]
sendf.c
215
* server. Works with plain
sockets
, SCP, SSL or kerberos.
290
* server using plain
sockets
only. Otherwise meant to have the exact same
540
*
sockets
, SSL
sockets
and kerberos
sockets
.
/external/dbus/cmake/
CMakeLists.txt
85
option (DBUS_ENABLE_ABSTRACT_SOCKETS "enable support for abstract
sockets
" ON)
274
#AC_ARG_ENABLE(abstract-
sockets
, AS_HELP_STRING([--enable-abstract-
sockets
],[use abstract socket namespace (linux only)]),enable_abstract_sockets=$enableval,enable_abstract_sockets=auto)
314
#AC_ARG_WITH(session-socket-dir, AS_HELP_STRING([--with-session-socket-dir=[dirname]],[Where to put
sockets
for the per-login-session message bus]))
315
#AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put
sockets
for make check]))
401
#AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put
sockets
for make check]))
/libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocket.java
35
* provides secure server
sockets
using protocols such as the Secure
36
*
Sockets
Layer (SSL) or Transport Layer Security (TLS) protocols.
48
* authentication is necessary, and whether created
sockets
should
404
* connections. For example, FTP clients acquire server
sockets
433
*
sockets
which are created from this server socket.
448
*
sockets
which are created from this server socket.
/prebuilts/gdb/darwin-x86/lib/python2.7/
SocketServer.py
8
- AF_INET{,6}: IP (Internet Protocol)
sockets
(default)
9
- AF_UNIX: Unix domain
sockets
258
# - get_request() is different for stream or datagram
sockets
394
- request_queue_size (only for stream
sockets
)
673
"""Define self.rfile and self.wfile for stream
sockets
."""
719
"""Define self.rfile and self.wfile for datagram
sockets
."""
/prebuilts/gdb/linux-x86/lib/python2.7/
SocketServer.py
8
- AF_INET{,6}: IP (Internet Protocol)
sockets
(default)
9
- AF_UNIX: Unix domain
sockets
258
# - get_request() is different for stream or datagram
sockets
394
- request_queue_size (only for stream
sockets
)
673
"""Define self.rfile and self.wfile for stream
sockets
."""
719
"""Define self.rfile and self.wfile for datagram
sockets
."""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py
8
- AF_INET{,6}: IP (Internet Protocol)
sockets
(default)
9
- AF_UNIX: Unix domain
sockets
258
# - get_request() is different for stream or datagram
sockets
394
- request_queue_size (only for stream
sockets
)
673
"""Define self.rfile and self.wfile for stream
sockets
."""
719
"""Define self.rfile and self.wfile for datagram
sockets
."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py
8
- AF_INET{,6}: IP (Internet Protocol)
sockets
(default)
9
- AF_UNIX: Unix domain
sockets
258
# - get_request() is different for stream or datagram
sockets
394
- request_queue_size (only for stream
sockets
)
673
"""Define self.rfile and self.wfile for stream
sockets
."""
719
"""Define self.rfile and self.wfile for datagram
sockets
."""
/libcore/ojluni/src/main/java/java/net/
ServerSocket.java
35
* This class implements server
sockets
. A server socket waits for
42
* implementation to configure itself to create
sockets
748
* The factory for all server
sockets
.
789
* Sets a default proposed value for the SO_RCVBUF option for
sockets
808
* requested value but the TCP receive window in
sockets
accepted from
834
* that is the proposed buffer size that will be used for
Sockets
accepted
[
all
...]
/external/libmicrohttpd/
configure.ac
144
AC_DEFINE_UNQUOTED(HAVE_LISTEN_SHUTDOWN,1,[can use shutdown on listen
sockets
])
149
AC_DEFINE_UNQUOTED(HAVE_LISTEN_SHUTDOWN,1,[can use shutdown on listen
sockets
])
181
# You might want to find out if your OS supports shutdown on listen
sockets
,
184
# AC_DEFINE_UNQUOTED(HAVE_LISTEN_SHUTDOWN,1,[can use shutdown on listen
sockets
])
420
AC_DEFINE([[MHD_DONT_USE_PIPES]], [[1]], [Define to use pair of
sockets
instead of pipes for signaling])
/external/libvncserver/libvncclient/
sockets.c
22
*
sockets
.c - functions to deal with
sockets
.
306
rfbClientErr("Couldn't init Windows
Sockets
\n");
424
rfbClientErr("Windows doesn't support UNIX
sockets
\n");
568
/* we have seperate IPv4 and IPv6
sockets
since some OS's do not support dual binding */
/external/libvncserver/libvncserver/
sockets.c
2
*
sockets
.c - deal with TCP & UDP
sockets
.
14
* "rfb" are specific to
sockets
using the RFB protocol. Those without the
126
* rfbInitSockets sets up the TCP and UDP
sockets
to listen for RFB
920
/* we have seperate IPv4 and IPv6
sockets
since some OS's do not support dual binding */
/external/wpa_supplicant_8/src/common/
wpa_ctrl.h
330
* @ctrl_path: Path for UNIX domain
sockets
; ignored if UDP
sockets
are used.
342
* @ctrl_path: Path for UNIX domain
sockets
; ignored if UDP
sockets
are used.
343
* @cli_path: Path for client UNIX domain
sockets
; ignored if UDP socket
/external/wpa_supplicant_8/wpa_supplicant/
defconfig
191
# unix = UNIX domain
sockets
(default for Linux/*BSD)
192
# udp = UDP
sockets
using localhost (127.0.0.1)
193
# udp6 = UDP IPv6
sockets
using localhost (::1)
195
# udp-remote = UDP
sockets
with remote access (only for tests systems/purpose)
196
# udp6-remote = UDP IPv6
sockets
with remote access (only for tests purpose)
Completed in 1347 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>