Home
last modified time | relevance | path

Searched refs:TCP (Results 1 – 25 of 90) sorted by relevance

1234

/external/iptables/extensions/
Dlibxt_tcpmss.man1TCP MSS (maximum segment size) field of the TCP header. You can only use this on TCP SYN or SYN/A…
4 Match a given TCP MSS value or range.
Dlibxt_tcp.man21 Match when the TCP flags are as specified. The first argument \fImask\fP is the
34 Only match TCP packets with the SYN bit set and the ACK,RST and FIN bits
35 cleared. Such packets are used to request TCP connection initiation;
37 incoming TCP connections, but outgoing TCP connections will be
44 Match if TCP option set.
Dlibxt_TCPOPTSTRIP.man1 This target will strip TCP options off a TCP packet. (It will actually replace
5 Strip the given option(s). The options may be specified by TCP option number or
Dlibipt_ecn.man1 This allows you to match the ECN bits of the IPv4 and TCP header. ECN is the Explicit Congestion N…
4 This matches if the TCP ECN CWR (Congestion Window Received) bit is set.
7 This matches if the TCP ECN ECE (ECN Echo) bit is set.
Dlibxt_udp.man8 option of the TCP extension for details.
14 option of the TCP extension for details.
Dlibip6t_REJECT.man27 can be used on rules which only match the TCP protocol: this causes a
28 TCP RST packet to be sent back. This is mainly useful for blocking
Dlibipt_REJECT.man26 can be used on rules which only match the TCP protocol: this causes a
27 TCP RST packet to be sent back. This is mainly useful for blocking
Dlibip6t_LOG.man21 Log TCP sequence numbers. This is a security risk if the log is
25 Log options from the TCP packet header.
Dlibipt_LOG.man21 Log TCP sequence numbers. This is a security risk if the log is
25 Log options from the TCP packet header.
Dlibxt_u32.man113 TCP payload bytes 8-12 is any of 1, 2, 5 or 8
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
Dlibipt_ECN.man5 Remove all ECN bits from the TCP header. Of course, it can only be used
Dlibxt_cluster.man58 In the case of TCP connections, pickup facility has to be disabled
59 to avoid marking TCP ACK packets coming in the reply direction as
/external/nist-sip/java/gov/nist/javax/sip/address/
DParameterNames.java46 public static final String TCP = GenericURI.TCP; field
/external/chromium/third_party/libjingle/source/
DCHANGELOG45 - Pseudo-TCP support provides TCP-like reliability over a P2PSocket
47 using Pseudo-TCP.
/external/dnsmasq/contrib/port-forward/
Dportforward9 # for TCP, but it can done for UDP instead by prefixing the port to "u".
10 # To forward both TCP and UDP, two lines are required.
23 # will port forward port 53 UDP and TCP from this host to port 53 on dnsserver.
/external/mdnsresponder/
DPrivateDNS.txt35 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,
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.compat17 VALUE Framed-Compression Van-Jacobsen-TCP-IP 1
18 VALUE Framed-Compression VJ-TCP-IP 1
Ddictionary61 ATTRIBUTE Login-TCP-Port 16 integer
158 VALUE Framed-Compression Van-Jacobson-TCP-IP 1
164 VALUE Login-Service TCP-Clear 2
/external/libpcap/
Dtokdefs.h49 TCP = 275, enumerator
153 #define TCP 275 macro
/external/iproute2/doc/
Dss.sgml42 <item><tt/ss -t -a/ dumps all TCP sockets
49 Option <tt/-o/ shows TCP timers state.
72 The third: default is to dump only TCP sockets, rather than all of the types.
117 State identifier are standard TCP state names (not listed,
123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/)
326 about TCP sockets to <tt/FILE/ after applying filters. If <tt/FILE/ is <tt/-/
333 <item><tt/-o/ - show some optional information, f.e. TCP timers
334 <item><tt/-i/ - show some infomration specific to TCP (RTO, congestion
372 <item> All standard TCP states: <tt/established/, <tt/syn-sent/,
449 requesting kernel to dump information about TCP sockets.
[all …]
/external/iptables/utils/
Dpf.os34 # - Window size (WSS) - a highly OS dependent setting used for TCP/IP
53 # - Overall packet size - a function of all IP and TCP options and bugs.
85 # It extends the size of a TCP/IP window to 32 bits. Some modern
98 # - The sequence of TCP all options (MSS, window scaling, selective ACK
106 # To wildcard any value (except for initial TTL or TCP options), replace
127 # and timestamp data. It is useful for userland TCP/IP stacks of
147 # To denote no TCP options, use a single '.'.
171 # Some users tweak their TCP/IP settings - enable or disable RFC1323
364 # Windows TCP/IP stack is a mess. For most recent XP, 2000 and
458 # We don't yet support the ?12 TCP option
[all …]
/external/nist-sip/java/javax/sip/
DListeningPoint.java8 String TCP = "TCP"; field
/external/tcpdump/tests/
Dbgp_vpn_attrset.out1 IP (tos 0xc0, ttl 62, id 58628, offset 0, flags [none], proto: TCP (6), length: 173) 12.4.4.4.2051…
/external/nist-sip/java/gov/nist/javax/sip/stack/
DIOHandler.java66 private static String TCP = "tcp"; field in IOHandler
174 if (transport.compareToIgnoreCase(TCP) == 0) {
/external/tcpdump/
DINSTALL60 atime.awk - TCP ack awk script
127 packetdat.awk - TCP chunk summary awk script
216 print-tcp.c - TCP printer routines
240 stime.awk - TCP send awk script
242 tcp.h - TCP definitions

1234