| /external/qemu/telephony/ |
| sysdeps_posix.c | 25 #include <netinet/tcp.h> 601 /* set to non-blocking and disable TCP Nagle algorithm */
|
| /system/core/adb/ |
| sysdeps.h | 278 #include <netinet/tcp.h>
|
| /device/asus/fugu/ |
| init.fugu.rc | 72 # Assign TCP buffer thresholds to be ceiling value of technology maximums 77 setprop net.tcp.buffersize.wifi 500000,1000000,1500000,500000,1000000,1500000
|
| /external/chromium_org/build/android/ |
| adb_gdb | 939 adb forward tcp:$HOST_PORT tcp:$TARGET_PORT
|
| /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
| rtp_rtcp_impl.cc | 616 const bool tcp, 625 if (tcp) { 626 // TCP. [all...] |
| /external/antlr/antlr-3.4/runtime/C/include/ |
| antlr3defs.h | 307 #include <netinet/tcp.h>
|
| /external/chromium_org/net/quic/ |
| quic_protocol.h | 60 // Default maximum packet size used in Linux TCP implementations. 70 // Maximum size of the congestion window, in packets, for TCP congestion control 714 kTCP, // Used to mimic TCP. 717 kTCPBBR, // BBR implementation based on TCP congestion feedback. 721 kNack, // Used to mimic TCP's loss detection. 755 CongestionFeedbackMessageTCP tcp; member in struct:net::QuicCongestionFeedbackFrame [all...] |
| quic_connection_logger.cc | 146 dict->SetString("type", "TCP"); 147 dict->SetInteger("receive_window", frame->tcp.receive_window); [all...] |
| /external/chromium_org/net/socket/ |
| tcp_socket_libevent.cc | 11 #include <netinet/tcp.h> 38 // SetTCPNoDelay turns on/off buffering in the kernel. By default, TCP sockets 41 // `man 7 tcp`. 56 // If we disabled TCP keep alive, our work is done here. 61 // Set seconds until first TCP keep alive. 66 // Set seconds between TCP keep alives. 312 // With TCP FastOpen, we pretend that the socket is connected. 334 // TODO(wtc): should we also handle the TCP FastOpen case here, 362 base::StatsCounter read_bytes("tcp.read_bytes"); 402 base::StatsCounter write_bytes("tcp.write_bytes") [all...] |
| /external/chromium_org/third_party/openssl/openssl/ |
| e_os.h | 233 # include <tcp.h>
|
| /external/deqp/framework/delibs/deutil/ |
| deSocket.c | 178 # include <netinet/tcp.h>
|
| /external/netcat/ |
| netcat.c | 41 #include <netinet/tcp.h> 83 int uflag; /* UDP - Default to TCP */ 90 int Iflag; /* TCP receive buffer size */ 91 int Oflag; /* TCP send buffer size */ 93 int Sflag; /* TCP MD5 signature option */ 252 errx(1, "TCP receive window %s: %s", 262 errx(1, "TCP send window %s: %s", 478 uflag ? "udp" : "tcp"); 484 uflag ? "udp" : "tcp", 640 uflag ? "udp" : "tcp"); [all...] |
| /external/openssl/ |
| e_os.h | 233 # include <tcp.h>
|
| /frameworks/base/core/jni/ |
| android_net_LocalSocketImpl.cpp | 37 #include <netinet/tcp.h>
|
| /external/mdnsresponder/mDNSCore/ |
| mDNSEmbeddedAPI.h | 354 // tcp connection status 442 // Structure to abstract away the differences between TCP/SSL sockets, and one for UDP sockets 529 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP 539 mDNSu8 pro; // Type of next header: 0x06 = TCP, 0x11 = UDP, 0x3A = ICMPv6 605 TCPHeader tcp; member in union:__anon30560 1245 struct tcpInfo_t *tcp; member in struct:AuthRecord_struct 1549 struct tcpInfo_t *tcp; member in struct:DNSQuestion_struct [all...] |
| /external/libpcap/ |
| pcap-dos.c | 53 #include <tcp.h> [all...] |
| /external/lldb/source/Core/ |
| ConnectionFileDescriptor.cpp | 25 #include <netinet/tcp.h> 203 else if (strstr(s, "tcp-connect://")) 205 return ConnectTCP (s + strlen("tcp-connect://"), error_ptr); [all...] |
| /external/lldb/tools/debugserver/source/ |
| debugserver.cpp | 23 #include <netinet/tcp.h> [all...] |
| /external/valgrind/main/auxprogs/ |
| valgrind-di-server.c | 106 #include <netinet/tcp.h> [all...] |
| /external/valgrind/main/include/vki/ |
| vki-darwin.h | 1044 #include <netinet/tcp.h>
|
| /libcore/luni/src/main/native/ |
| android_system_OsConstants.cpp | 27 #include <netinet/tcp.h>
|
| /external/ipsec-tools/src/racoon/ |
| cftoken.l | 428 tcp { YYD; yylval.num = IPPROTO_TCP; return(UL_PROTO); }
|
| /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
| t1.c | [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| physicalsocketserver.cc | 71 #include <netinet/tcp.h> // for TCP_NODELAY [all...] |
| /external/chromium_org/third_party/webrtc/base/ |
| physicalsocketserver.cc | 54 #include <netinet/tcp.h> // for TCP_NODELAY [all...] |