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

1 2 3 45

  /dalvik/vm/jdwp/
JdwpSocket.c 17 * JDWP TCP socket network code.
31 #include <netinet/tcp.h>
318 * Disable the TCP Nagle algorithm, which delays transmission of outbound
  /external/clearsilver/util/
neo_net.c 19 #include <netinet/tcp.h>
  /external/openssl/
e_os.h 234 # include <tcp.h>
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 37 #include <netinet/tcp.h>
  /external/libpcap/
pcap-dos.c 53 #include <tcp.h>
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 428 tcp { YYD; yylval.num = IPPROTO_TCP; return(UL_PROTO); }
  /external/qemu/
sockets.c 35 # include <netinet/tcp.h>
    [all...]
net-android.c 90 #include <netinet/tcp.h>
879 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
922 if (!strcmp(buf, "tcp") || buf[0] == '\0') {
935 is_udp ? "udp" : "tcp", host_port);
954 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...]
qemu-char-android.c 97 #include <netinet/tcp.h>
    [all...]
qemu-char.c 96 #include <netinet/tcp.h>
    [all...]
vl-android.c 125 #include <netinet/tcp.h>
    [all...]
vl.c 90 #include <netinet/tcp.h>
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 35 #include <netinet/tcp.h>
    [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 6 #include <linux/tcp.h> // For TCP_NODELAY
117 // The size of the TCP accept backlog);
    [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>
55 static const char *TCP_PROTO = "tcp";
130 return generic_proc_open("PROC_NET_TCP", "net/tcp");
1174 printf("%-*s ", netid_width, "tcp");
1368 printf("%-*s ", netid_width, "tcp");
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/strace/
configure     [all...]
  /external/dropbear/
configure     [all...]

Completed in 1257 milliseconds

1 2 3 45