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

1 2 3 45 6

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 26 #include <netinet/tcp.h>
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.c 10 #include <netinet/tcp.h>
46 " --strip-options value strip specified TCP options denoted by value\n"
47 " (separated by comma) from TCP header\n"
77 "Bad TCP option value \"%s\"", arg);
  /external/tcpdump/
Android.mk 103 print-tcp.c\
  /external/strace/
util.c 335 printnum(tcp, addr, fmt)
336 struct tcb *tcp;
346 if (umove(tcp, addr, &num) < 0) {
390 printpath(tcp, addr)
391 struct tcb *tcp;
396 else if (umovestr(tcp, addr, MAXPATHLEN, path) < 0)
404 printpathn(tcp, addr, n)
405 struct tcb *tcp;
411 else if (umovestr(tcp, addr, n, path) < 0)
420 printstr(tcp, addr, len
    [all...]
  /external/chromium/net/tools/flip_server/
acceptor_thread.cc 8 #include <netinet/tcp.h> // For TCP_NODELAY
create_listener.cc 12 #include <netinet/tcp.h> // For TCP_NODELAY
sm_connection.cc 8 #include <netinet/tcp.h>
  /external/kernel-headers/original/linux/
ipv6.h 221 #include <linux/tcp.h>
381 /* WARNING: don't change the layout of the members in {raw,udp,tcp}6_sock! */
400 struct tcp_sock tcp; member in struct:tcp6_sock
  /external/mksh/src/
syn.c 319 char *tcp; local
326 tcp = wdcopy(yylval.cp, ATEMP);
327 tcp[wdscan(tcp, EOS) - tcp - 3] = EOS;
334 XPput(args, tcp);
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 22 struct ip_ct_tcp tcp; member in union:ip_conntrack_proto
235 /* Update TCP window tracking data when NAT mangles the packet */
  /external/libpcap/
pcap-nit.c 47 #include <netinet/tcp.h>
pcap-snit.c 58 #include <netinet/tcp.h>
pcap-snoop.c 46 #include <netinet/tcp.h>
pcap-pf.c 53 #include <netinet/tcp.h>
  /external/ppp/pppd/
ipv6cp.c 1545 u_char *tcp; local
    [all...]
ipcp.c 180 "Nameserver for SMB over TCP/IP for peer" },
2178 u_char *tcp; local
    [all...]
  /external/qemu/telephony/
sysdeps_qemu.c 24 #include <netinet/tcp.h>
323 D( "%s: failed to created network socket on TCP:%d\n",
sysdeps_posix.c 25 #include <netinet/tcp.h>
601 /* set to non-blocking and disable TCP Nagle algorithm */
  /development/tools/jdwpspy/
Net.cpp 16 #include <netinet/tcp.h>
346 * Disable the TCP Nagle algorithm, which delays transmission of outbound
  /external/iptables/utils/
nfnl_osf.c 37 #include <netinet/tcp.h>
81 { .kind=15, .length=1,}, /* TCP Alternate Checksum Data. Length is not defined */
  /external/libnl-headers/
netlink-types.h 745 } tcp; member in union:nfnl_ct_protoinfo
  /ndk/
ndk-gdb 242 echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$DEBUG_PORT]"
617 run $ADB_CMD forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET
620 echo " Maybe using --port=<port> to use a different TCP port might help?"
  /system/core/adb/
sysdeps.h 273 #include <netinet/tcp.h>
  /dalvik/vm/jdwp/
JdwpSocket.cpp 17 * JDWP TCP socket network code.
31 #include <netinet/tcp.h>
322 * Disable the TCP Nagle algorithm, which delays transmission of outbound
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 11 #include <netinet/tcp.h>
44 // DisableNagle turns off buffering in the kernel. By default, TCP sockets will
47 // `man 7 tcp`.
62 // Set seconds until first TCP keep alive.
72 // Set seconds between TCP keep alives.
172 base::StatsCounter connects("tcp.connect");
265 // With TCP FastOpen, we pretend that the socket is connected.
393 base::StatsCounter read_bytes("tcp.read_bytes");
432 base::StatsCounter write_bytes("tcp.write_bytes");
532 // ANDROID: Disable TCP keep-alive for bug 522626
    [all...]

Completed in 1257 milliseconds

1 2 3 45 6