OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcp
(Results
301 - 325
of
1338
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h
29
* @(#)
tcp
.h 8.1 (Berkeley) 6/10/93
53
#define TCP_MD5SIG 14 /*
TCP
MD5 Signature (RFC2385) */
62
*
TCP
header.
159
* Default maximum segment size for
TCP
.
170
# define SOL_TCP 6 /*
TCP
level */
246
#endif /* netinet/
tcp
.h */
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
150
//
TCP
negotiation.
328
LOG_F(LS_WARNING) << "NULL
tcp
";
350
LOG_F(LS_WARNING) << "NULL
tcp
";
368
LOG_F(LS_WARNING) << "NULL
tcp
";
386
void PseudoTcpChannel::OnTcpOpen(PseudoTcp*
tcp
) {
390
ASSERT(
tcp
== tcp_);
399
void PseudoTcpChannel::OnTcpReadable(PseudoTcp*
tcp
) {
403
ASSERT(
tcp
== tcp_);
413
void PseudoTcpChannel::OnTcpWriteable(PseudoTcp*
tcp
) {
417
ASSERT(
tcp
== tcp_)
[
all
...]
/external/mdnsresponder/
PrivateDNS.txt
35
When setting up a long-lived query over
TCP
(with or without TLS)
36
TCP
's standard three-way handshake makes the full four-packet LLQ setup
38
unnecessary. Instead, when connecting over
TCP
, the client simply sends
57
interface. dnsextd then listens on the standard DNS ports (
TCP
/UDP port
101
set is sent over TLS/
TCP
, but subsequent change events are sent over
102
unencrypted UDP), dnsextd uses the port number of the client's
TCP
114
3) Every LLQ opens up two sockets (
TCP
and UDP), rather than just the
115
one
TCP
socket.
119
additional UDP socket for every private LLQ, port mapping both the
TCP
146
setting up an LLQ over
TCP
. This isn't a terrible problem right now
[
all
...]
/external/iptables/extensions/
libxt_u32.man
3
find data at given offsets from
tcp
headers or payloads.
113
TCP
payload bytes 8-12 is any of 1, 2, 5 or 8
115
First we test that the packet is a
tcp
packet (similar to ICMP).
124
makes this the new offset into the packet, which is the start of the
TCP
125
header. The length of the
TCP
header (again in 32 bit words) is the left half
126
of byte 12 of the
TCP
header. The \fB12>>26&3C\fP computes this length in bytes
128
start of the
TCP
payload. Finally, 8 reads bytes 8-12 of the payload and
libip6t_REJECT.c
37
{"
tcp
-reset", "
tcp
-reset",
38
IP6T_TCP_RESET, "
TCP
RST packet"}
/external/smack/src/org/xbill/DNS/
SimpleResolver.java
11
* SimpleResolver handles
TCP
retries, transaction security (TSIG), and
246
boolean
tcp
= false;
252
tcp
= true;
253
if (
tcp
)
278
if (
tcp
) {
289
if (!
tcp
&& !ignoreTruncation &&
292
tcp
= true;
Resolver.java
23
* Sets whether
TCP
connections will be sent by default
24
* @param flag Indicates whether
TCP
connections are made
30
* response over UDP will cause a retransmission over
TCP
.
/external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java
50
* Low level Input output to a socket. Caches
TCP
connections and takes care of re-connecting to
66
private static String
TCP
= "
tcp
";
72
// sending
tcp
messages.
154
* @param transport --
tcp
or udp.
164
// Server uses
TCP
transport.
TCP
client sockets are cached
174
if (transport.compareToIgnoreCase(
TCP
) == 0) {
249
// Copied and modified from the former section for
TCP
/device/generic/goldfish/libqemu/
test_host_1.c
20
* The program acts as a simple
TCP
server that accepts data and sends
135
" -
tcp
<port> Use local
tcp
port (default %d)\n"
171
} else if (!strcmp(arg, "-
tcp
")) {
173
fprintf(stderr, "-
tcp
option needs an argument! See --help for details.\n");
/external/chromium/net/socket/
tcp_client_socket_libevent.h
24
// A client socket that uses
TCP
as the transport layer.
27
// The IP address(es) and port number to connect to. The
TCP
socket will try
36
// AdoptSocket causes the given, connected socket to be adopted as a
TCP
196
// Enables experimental
TCP
FastOpen option.
199
// True when
TCP
FastOpen is in use and we have done the connect.
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
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.h
40
extern const std::string LOCAL_PORT_TYPE; // type of
TCP
ports
42
// Communicates using a local
TCP
port.
79
// Handles sending using the local
TCP
socket.
83
// Accepts incoming
TCP
connection.
96
// Receives packet signal from the local
TCP
Socket.
/external/iproute2/include/netinet/
tcp.h
29
* @(#)
tcp
.h 8.1 (Berkeley) 6/10/93
60
*
TCP
header.
157
* Default maximum segment size for
TCP
.
168
# define SOL_TCP 6 /*
TCP
level */
230
#endif /* netinet/
tcp
.h */
/external/android-clat/
checksum.c
22
#include <netinet/
tcp
.h>
78
* calculate the pseudo header checksum for use in
tcp
/udp/icmp headers
98
* calculate the pseudo header checksum for use in
tcp
/udp headers
/external/iptables/iptables/
iptables-xml.1
58
<p>
tcp
</p>
60
<
tcp
>
62
</
tcp
>
/external/libppp/src/
filter.h
62
unsigned f_estab : 1; /* Check
TCP
ACK bit */
63
unsigned f_syn : 1; /* Check
TCP
SYN bit */
64
unsigned f_finrst : 1; /* Check
TCP
FIN/RST bits */
/external/ppp/pppd/plugins/rp-pppoe/
common.c
186
* tcpHdr -- pointer to
TCP
header
188
* The computed
TCP
checksum
198
/* Count number of bytes in
TCP
header and data */
215
/* Checksum the
TCP
header and data */
240
* Clamps MSS option if
TCP
SYN flag is set.
283
/* 20 byte IP header; 20 byte
TCP
header; at least 1 or 2 byte PPP protocol */
297
/* Is it
TCP
? */
302
/* Get start of
TCP
header */
310
/* Compute and verify
TCP
checksum -- do not touch a packet with a bad
314
syslog(LOG_ERR, "Bad
TCP
checksum %x", (unsigned int) csum)
[
all
...]
/external/srec/config/en.us/tcp/
bothtags5.tcp
12
# /system/bin/SRecTest -parfile baseline11k.par -
tcp
tcp
/bothtags5.
tcp
-datapath audio/ >out_SHIP_bothtags5.txt 2>&1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
snmp.h
102
/*
tcp
mib definitions */
104
* RFC 1213: MIB-II
TCP
group
105
* RFC 2012 (updates 1213): SNMPv2-MIB-
TCP
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
snmp.h
102
/*
tcp
mib definitions */
104
* RFC 1213: MIB-II
TCP
group
105
* RFC 2012 (updates 1213): SNMPv2-MIB-
TCP
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
snmp.h
102
/*
tcp
mib definitions */
104
* RFC 1213: MIB-II
TCP
group
105
* RFC 2012 (updates 1213): SNMPv2-MIB-
TCP
/external/qemu/slirp/
tcp_var.h
40
*
Tcp
control block, one per
tcp
; fields:
46
short t_timer[TCPT_NTIMERS]; /*
tcp
timers */
56
#define TF_NOOPT 0x0008 /* don't use
tcp
options */
165
*
TCP
statistics.
225
extern struct tcpstat tcpstat; /*
tcp
statistics */
/system/bluetooth/tools/
sock_shutdown_test.c
46
TCP
,
94
case
TCP
:
143
case
TCP
:
190
case
TCP
:
269
{"
tcp
",
TCP
},
/external/tcpdump/
tcpdump.1
400
TCP
segments with the
TCP
-MD5 option (RFC 2385), if present.
441
Print absolute, rather than relative,
TCP
sequence numbers.
446
68 bytes is adequate for IP, ICMP,
TCP
654
.B
tcp
657
E.g., `ether src foo', `arp net 128.3', `
tcp
port 21', `udp portrange
664
arp or rarp) net bar' and `port 53' means `(
tcp
or udp) port 53'.
699
`
tcp
dst port ftp or ftp-data or domain' is exactly the same as
700
`
tcp
dst port ftp or
tcp
dst port ftp-data or tcp dst port domain'
[
all
...]
/bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_conntrack_tuple.h
30
}
tcp
;
member in union:ip_conntrack_manip_proto
65
}
tcp
;
member in union:ip_conntrack_tuple::__anon420::__anon421
Completed in 606 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>