| /external/curl/tests/server/ |
| rtspd.c | 43 #include <netinet/tcp.h> /* for TCP_NODELAY */ [all...] |
| sws.c | 44 #include <netinet/tcp.h> /* for TCP_NODELAY */ [all...] |
| /external/libmicrohttpd/src/testspdy/ |
| test_new_connection.c | 90 #include <netinet/tcp.h>
|
| test_request_response.c | 72 #include <netinet/tcp.h>
|
| /external/libpcap/ |
| pcap-dos.c | 51 #include <tcp.h> [all...] |
| /external/libvncserver/libvncserver/ |
| sockets.c | 2 * sockets.c - deal with TCP & UDP sockets. 68 #include <netinet/tcp.h> 126 * rfbInitSockets sets up the TCP and UDP sockets to listen for RFB 163 rfbLog("Autoprobing TCP port \n"); 176 rfbLog("Autoprobing selected TCP port %d\n", rfbScreen->port); 208 rfbLog("Listening for VNC connections on TCP port %d\n", rfbScreen->port); 236 rfbLog("Listening for VNC connections on TCP port %d\n", rfbScreen->port); 525 * rfbConnect is called to make a connection out to a given TCP address.
|
| rfbserver.c | 60 #include <netinet/tcp.h> [all...] |
| /external/valgrind/auxprogs/ |
| valgrind-di-server.c | 108 #include <netinet/tcp.h> [all...] |
| /external/valgrind/include/vki/ |
| vki-darwin.h | 1081 #include <netinet/tcp.h>
|
| vki-solaris.h | 219 #include <netinet/tcp.h> [all...] |
| /libcore/ojluni/src/main/native/ |
| PlainSocketImpl.c | 33 #include <netinet/tcp.h> /* Defines TCP_NODELAY, needed for 2.6 */ [all...] |
| net_util_md.c | 30 #include <netinet/tcp.h> /* Defines TCP_NODELAY, needed for 2.6 */ 1087 * in flowinfo field when connecting TCP socket, [all...] |
| /external/ipsec-tools/src/racoon/ |
| cftoken.l | 428 tcp { YYD; yylval.num = IPPROTO_TCP; return(UL_PROTO); }
|
| /external/pdfium/third_party/libopenjpeg20/ |
| t1.c | [all...] |
| /external/boringssl/src/ssl/test/ |
| bssl_shim.cc | 24 #include <netinet/tcp.h> [all...] |
| /external/curl/src/ |
| tool_operate.c | 39 # include <netinet/tcp.h> [all...] |
| /external/fio/engines/ |
| net.c | 14 #include <netinet/tcp.h> 93 .help = "Port to use for TCP or UDP net connections", 104 .def = "tcp", 106 { .ival = "tcp", 139 .help = "Use TCP_NODELAY on TCP connections", 149 .help = "Listen for incoming TCP connections", 200 .help = "Set TCP maximum segment size", 1313 log_err("fio: network IO requires port for tcp or udp\n"); 1321 log_err("fio: listen only valid for TCP proto IO\n");
|
| /external/webrtc/webrtc/base/ |
| physicalsocketserver.cc | 58 #include <netinet/tcp.h> // for TCP_NODELAY [all...] |
| /frameworks/av/media/libstagefright/foundation/ |
| ANetworkSession.cpp | 26 #include <linux/tcp.h> 361 // TCP stream carrying 16-bit length-prefixed datagrams. [all...] |
| /libcore/luni/src/main/native/ |
| android_system_OsConstants.cpp | 27 #include <netinet/tcp.h>
|
| /external/libmicrohttpd/src/microhttpd/ |
| connection.c | 37 #include <netinet/tcp.h> 495 * TCP stream for a second request if the connection is HTTP 1.1 and [all...] |
| /external/netperf/src/ |
| nettest_sdp.c | 53 #include <netinet/tcp.h> 152 getprotobyname("tcp")->p_proto, [all...] |
| nettest_omni.c | 79 /* it would seem that including both <netinet/tcp.h> and <linux/tcp.h> 84 #include <linux/tcp.h> 86 #include <netinet/tcp.h> 95 # define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ [all...] |
| nettest_sctp.c | 57 #include <netinet/tcp.h> 141 /* This routine is intended to retrieve interesting aspects of tcp */ [all...] |
| /external/iproute2/misc/ |
| ss.c | 37 #include <linux/tcp.h> 111 static const char *TCP_PROTO = "tcp"; 312 return generic_proc_open("PROC_NET_TCP", "net/tcp"); [all...] |