HomeSort by relevance Sort by last modified time
    Searched full:tcp (Results 351 - 375 of 1338) sorted by null

<<11121314151617181920>>

  /external/libppp/src/
tcp.h 26 * $FreeBSD: src/usr.sbin/ppp/tcp.h,v 1.5.62.1 2010/12/21 17:10:29 kensmith Exp $
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 40 /* Mapping of "well-known" TCP, UDP, etc. port numbers to ATM BHLIs.
  /external/qemu/slirp-android/
misc.h 34 /* TCP emulations */
tcp_var.h 45 * Tcp control block, one per tcp; fields:
51 short t_timer[TCPT_NTIMERS]; /* tcp timers */
61 #define TF_NOOPT 0x0008 /* don't use tcp options */
169 * TCP statistics.
229 extern struct tcpstat tcpstat; /* tcp statistics */
  /external/tcpdump/
ipproto.c 35 { IPPROTO_TCP, "TCP" },
print-tcp.c 26 "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.120.2.3 2005/10/16 06:05:46 guy Exp $ (LBL)";
43 #include "tcp.h"
91 /* These tcp optinos do not have the size octet */
216 (void)printf("%s > %s: [|tcp]",
230 * Pass offset of data plus 4 bytes for RPC TCP msg length
275 (void)printf(" tcp %d [bad hdr length %u - too short, < %lu]",
288 (void)printf("tcp %d", length - hlen);
674 * TCP DNS query has 2byte length at the head.
692 fputs("[|tcp]", stdout);
702 * A TCP SHOULD allow a received RST segment to include data
    [all...]
  /external/tcpdump/tests/
bgp_vpn_attrset.out 1 IP (tos 0xc0, ttl 62, id 58628, offset 0, flags [none], proto: TCP (6), length: 173) 12.4.4.4.2051 > 12.1.1.1.179: P, cksum 0xcf18 (correct), 3293077573:3293077694(121) ack 3348108582 win 16384 <nop,nop,timestamp 383131 890299>: BGP, length: 121
  /hardware/msm7k/librpc/rpc/
svc.h 49 * are received. The two most notable transports are TCP and UDP; they are
112 * rpcprot_t protocol; like TCP or UDP, zero means do not register
127 * rpcprot_t protocol; like TCP or UDP, zero means do not register
183 * xdr.h - xdr_void for the xdr routine. HOWEVER, tcp based rpc allows
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
udp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
udp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
udp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
  /system/core/adb/
OVERVIEW.TXT 35 (through USB for devices, through TCP for emulators) and provide a
82 server itself. The ADB server listens on TCP:localhost:5037.
92 1. Connect to tcp:localhost:5037
130 the server through TCP
  /external/kernel-headers/original/linux/
tcp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the TCP protocol.
8 * Version: @(#)tcp.h 1.0.2 04/28/93
83 /* TCP socket options */
208 int tcp_header_len; /* Bytes of tcp header to send */
290 __u32 write_seq; /* Tail(+1) of data held in tcp send buffer */
354 /* TCP-specific MTU probe information. */
  /external/qemu/docs/
ANDROID-QEMU-PIPE.TXT 45 services (i.e. 'tcp' and 'unix'). See below for details.
208 tcp:<port>
209 tcp:<hostname>:<port>
211 Open a TCP socket to a given port. This provides a very fast
224 is equivalent to tcp:22468, but this may change in the future.
  /external/chromium/net/socket/
tcp_client_socket_win.cc 141 // When doing reads from the socket, we try to mirror TCP's slow start.
263 base::StatsCounter connects("tcp.connect");
544 base::StatsCounter read_bytes("tcp.read_bytes");
574 base::StatsCounter writes("tcp.writes");
596 base::StatsCounter write_bytes("tcp.write_bytes");
666 // enabled, if a partial packet has been sent, the TCP stack will disallow
691 // Enable TCP Keep-Alive to prevent NAT routers from timing out TCP
695 1, // TCP keep-alive on.
696 45000, // Wait 45s until sending first TCP keep-alive packet
    [all...]
tcp_client_socket_pool.h 66 // and the tcp connect.
100 // Begins the host resolution and the TCP connect. Returns OK on success
tcp_client_socket_win.h 23 // The IP address(es) and port number to connect to. The TCP socket will try
32 // AdoptSocket causes the given, connected socket to be adopted as a TCP
  /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/wpa_supplicant_8/src/ap/
iapp.c 27 * - TCP connection for IAPP MOVE, CACHE
99 /* MOVE-notify - unicast TCP */
110 /* MOVE-response - unicast TCP */
140 /* CACHE-response - unicast TCP */
154 /* Send-Security-Block - unicast TCP */
162 /* ACK-Security-Block - unicast TCP */
372 /* TODO: MOVE is using TCP; so move this to TCP handler once it
401 * open socket for sending and receiving IAPP frames over TCP
  /external/qemu/android/
hw-pipe-net.c 17 /* This file implements the 'tcp:' goldfish pipe type which allows
18 * guest clients to directly connect to a TCP port through /dev/qemu_pipe.
505 /* Connect through TCP as a fallback */
507 D("Creating TCP OpenGLES pipe for GPU emulation!");
510 // Disable TCP nagle algorithm to improve throughput of small packets
546 goldfish_pipe_add_type( "tcp", looper, &netPipeTcp_funcs );
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
Bytestream.java 33 private Mode mode = Mode.tcp;
82 * @param mode the transport mode, either UDP or TCP
446 * The stream can be either a TCP stream or a UDP stream.
453 * A TCP based stream.
455 tcp, enum constant in enum:Bytestream.Mode
468 mode = tcp;
  /device/generic/goldfish/libqemu/
test_guest_1.c 48 fprintf(stderr, "Could not open tcp socket!\n");
51 printf("Connected to tcp:host:%d\n", port);
  /external/dropbear/
channel.h 48 #define MAX_CHANNELS 100 /* simple mem restriction, includes each tcp/x11
80 int initconn; /* used for TCP forwarding, whether the channel has been
filelist.txt 44 channel.c Channel handling routines - each shell/tcp conn/agent
59 localtcpfwd.c Handles -L style tcp forwarding requests, setting
  /external/iproute2/man/man8/
tc-sfq.8 36 If these are available. SFQ knows about ipv4 and ipv6 and also UDP, TCP and ESP.
38 destination and the socket they belong to. A flow corresponds mostly to a TCP/IP

Completed in 920 milliseconds

<<11121314151617181920>>