Home
last modified time | relevance | path

Searched refs:Sockets (Results 1 – 25 of 44) sorted by relevance

12

/external/curl/tests/libtest/
Dlib582.c32 struct Sockets struct
41 struct Sockets read, write; argument
47 static void removeFd(struct Sockets* sockets, curl_socket_t fd, int mention) in removeFd()
67 static void addFd(struct Sockets* sockets, curl_socket_t fd, const char *what) in addFd()
188 static void updateFdSet(struct Sockets* sockets, fd_set* fdset, in updateFdSet()
214 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dtypes.go97 Sockets map[int64]string member
123 Sockets map[int64]string member
Dfuncs.go534 cm.Sockets = copyMap(sc.sockets)
/external/okhttp/okhttp-ws/
DREADME.md1 OkHttp Web Sockets
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventSocketProxy.cs41 using Socket = System.Net.Sockets.Socket;
43 using TcpListener = System.Net.Sockets.TcpListener;
DRemoteDebugEventSocketListener.cs42 using Socket = System.Net.Sockets.Socket;
43 using SocketException = System.Net.Sockets.SocketException;
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventSocketProxy.cs40 using Socket = System.Net.Sockets.Socket;
42 using TcpListener = System.Net.Sockets.TcpListener;
DRemoteDebugEventSocketListener.cs44 using Socket = System.Net.Sockets.Socket;
45 using SocketException = System.Net.Sockets.SocketException;
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
DREADME.md10 * [Sockets](https://developer.chrome.com/apps/sockets_tcp)
/external/grpc-grpc/src/objective-c/
DNetworkTransitionBehavior.md36 ### gRPC iOS with TCP Sockets
42 #### Issues with TCP Sockets argument
/external/curl/src/macos/
DMACINSTALL.TXT8 GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library
/external/python/cpython3/Doc/howto/
Dsockets.rst12 Sockets are used nearly everywhere, but are one of the most severely
19 Sockets chapter
296 When Sockets Die
312 Non-blocking Sockets
/external/okhttp/okio/
DCHANGELOG.md17 * Sockets streams now throw `SocketTimeoutException`. This builds on new
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst181 .. rubric:: Sockets
428 .. rubric:: Streaming Protocols (TCP, Unix Sockets, Pipes)
Dasyncio-stream.rst105 .. rubric:: Unix Sockets
Dasyncore.rst260 flushed). Sockets are automatically closed when they are
/external/python/cpython2/Doc/howto/
Dsockets.rst12 Sockets are used nearly everywhere, but are one of the most severely
19 Sockets chapter
299 When Sockets Die
315 Non-blocking Sockets
Durllib2.rst534 Sockets and Layers
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp27 using namespace System::Net::Sockets;
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md137 Sockets are specified by one of:
/external/u-boot/drivers/net/
DKconfig138 bool "Sandbox: Bridge to Linux Raw Sockets"
/external/python/cpython2/Doc/library/
Dasyncore.rst234 flushed). Sockets are automatically closed when they are
Dsocket.rst563 remote end will receive no more data (after queued data is flushed). Sockets are
790 three modes: blocking, non-blocking, or timeout. Sockets are always created in
Dssl.rst13 .. index:: TLS, SSL, Transport Layer Security, Secure Sockets Layer
22 Sockets Layer") encryption and peer authentication facilities for network
866 SSL Sockets
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst534 Sockets now auto-detect family, type and protocol from file descriptor by

12