HomeSort by relevance Sort by last modified time
    Searched refs:tcp (Results 401 - 421 of 421) sorted by null

<<11121314151617

  /external/fio/engines/
net.c 14 #include <netinet/tcp.h>
80 .help = "Port to use for TCP or UDP net connections",
91 .def = "tcp",
93 { .ival = "tcp",
126 .help = "Use TCP_NODELAY on TCP connections",
136 .help = "Listen for incoming TCP connections",
1147 log_err("fio: network IO requires port for tcp or udp\n");
1153 log_err("fio: listen only valid for TCP proto IO\n");
  /external/qemu/android/
sockets.c 41 # include <netinet/tcp.h>
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 26 #include <linux/tcp.h>
361 // TCP stream carrying 16-bit length-prefixed datagrams.
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 40 # include <netinet/tcp.h>
    [all...]
  /external/netperf/
nettest_sdp.c 53 #include <netinet/tcp.h>
152 getprotobyname("tcp")->p_proto,
    [all...]
nettest_sctp.c 57 #include <netinet/tcp.h>
143 /* This routine is intended to retrieve interesting aspects of tcp */
    [all...]
nettest_bsd.c 19 /* send_tcp_stream() perform a tcp stream test */
21 /* send_tcp_maerts() perform a tcp stream test */
23 /* send_tcp_rr() perform a tcp request/response */
104 #include <netinet/tcp.h>
422 TCP/UDP BSD Sockets Test Options:\n\
500 /* This routine is intended to retrieve interesting aspects of tcp */
517 getprotobyname("tcp")->p_proto,
892 connection establishment is a TCP no-no. Also, by setting the
894 control the TCP MSS (segment size). The MSS is never (well, should
1005 "netperf: create_data_socket: [TCP|SCTP]_NODELAY requested...\n")
    [all...]
  /external/iproute2/misc/
ss.c 36 #include <netinet/tcp.h>
57 static const char *TCP_PROTO = "tcp";
132 return generic_proc_open("PROC_NET_TCP", "net/tcp");
1240 printf("%-*s ", netid_width, "tcp");
1446 printf("%-*s ", netid_width, "tcp");
    [all...]
  /external/qemu/net/
net-android.c 90 #include <netinet/tcp.h>
858 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
901 if (!strcmp(buf, "tcp") || buf[0] == '\0') {
914 is_udp ? "udp" : "tcp", host_port);
933 if (!strcmp(buf, "tcp") || buf[0] == '\0') {
    [all...]
net.c 88 #include <netinet/tcp.h>
755 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
798 if (!strcmp(buf, "tcp") || buf[0] == '\0') {
811 is_udp ? "udp" : "tcp", host_port);
830 if (!strcmp(buf, "tcp") || buf[0] == '\0') {
    [all...]
  /external/qemu/
qemu-char.c 93 #include <netinet/tcp.h>
    [all...]
vl-android.c 147 #include <netinet/tcp.h>
    [all...]
  /external/chromium_org/net/quic/
quic_framer_test.cc     [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 1105 milliseconds

<<11121314151617