Home
last modified time | relevance | path

Searched refs:SYN (Results 1 – 25 of 38) sorted by relevance

12

/external/iptables/extensions/
Dlibxt_tcp.t20 -p tcp -m tcp --syn;-p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN;OK
21 -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN;=;OK
22 -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG SYN;=;OK
23 -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,PSH,ACK,URG SYN;=;OK
24 -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG RST;=;OK
Dlibxt_TCPMSS.t5 -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -j TCPMSS --set-mss 42;=;OK
6 -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -j TCPMSS --clamp-mss-to-pmtu;=;OK
Dlibxt_tcp.man24 .BR "SYN ACK FIN RST URG PSH ALL NONE" .
27 iptables \-A FORWARD \-p tcp \-\-tcp\-flags SYN,ACK,FIN,RST SYN
29 will only match packets with the SYN flag set, and the ACK, FIN and
33 Only match TCP packets with the SYN bit set and the ACK,RST and FIN bits
38 It is equivalent to \fB\-\-tcp\-flags SYN,RST,ACK,FIN SYN\fP.
Dlibxt_SYNPROXY.man46 Make SYN packets untracked
51 Catch UNTRACKED (SYN packets) and INVALID (3WHS ACK packets) states
52 and send them to SYNPROXY. This rule will respond to SYN packets with
53 SYN+ACK syncookies, create ESTABLISHED for valid client response (3WHS ACK
55 during 3WHS will not match and continue (e.g. SYN+FIN, SYN+ACK).
Dlibxt_tcpmss.man1 …m segment size) field of the TCP header. You can only use this on TCP SYN or SYN/ACK packets, sin…
Dlibxt_TCPMSS.man1 This target allows to alter the MSS value of TCP SYN packets, to control
24 iptables \-t mangle \-A FORWARD \-p tcp \-\-tcp\-flags SYN,RST SYN
Dlibxt_osf.man3 and others) from packets with the SYN bit set.
/external/bcc/tools/
Dtcpconnlat_example.txt6 as measured locally: the time from SYN sent to the response packet.
24 time from the SYN to the response.
/external/syzkaller/pkg/report/testdata/linux/report/
D896 [ 1722.511384] TCP: request_sock_TCPv6: Possible SYN flooding on port 20032. Sending cookies. Chec…
D1857 [ 36.357648] xt_TCPMSS: Only works on TCP SYN packets
/external/scapy/doc/scapy/
Dtroubleshooting.rst10 …e of what Scapy is doing behind his back. If Scapy sends a SYN, the target replies with a SYN-ACK …
Dusage.rst356 SYN Scans
360 single: SYN Scan
362 Classic SYN Scan can be initialized by executing the following command from Scapy's prompt::
366 The above will send a single SYN packet to Google's port 80 and will quit after receiving a single …
378 From the above output, we can see Google returned “SA” or SYN-ACK flags indicating an open port.
440 …ugh, Scapy includes a report_ports() function which not only automates the SYN scan, but also prod…
499 p0f : Passive OS fingerprinting: which OS emitted this TCP SYN ?
1161 In cases where ICMP echo requests are blocked, we can still use various TCP Pings such as TCP SYN P…
1223 Send a TCP SYN on each port. Wait for a SYN-ACK or a RST or an ICMP error::
1255 TCP SYN traceroute
[all …]
Dintroduction.rst35 …our. For instance they say "*this port is open*" instead of "*I received a SYN-ACK*". Sometimes th…
/external/python/cpython3/Lib/curses/
Dascii.py27 SYN = 0x16 # ^V variable
/external/python/cpython2/Lib/curses/
Dascii.py27 SYN = 0x16 # ^V variable
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java35 public static final int SYN = 4, SYN_SYNCHRONIZED = 1; field in APIInfo
101 public void setSynchronized() { setType(SYN, SYN_SYNCHRONIZED); } in setSynchronized()
127 public boolean isSynchronized() { return getVal(SYN) == SYN_SYNCHRONIZED; } in isSynchronized()
DCheckAPI.java88 private static final int SYN = 4, SYN_SYNCHRONIZED = 1; field in CheckAPI
368 setType(SYN, SYN_SYNCHRONIZED); in read()
/external/guava/guava/src/com/google/common/base/
DAscii.java299 public static final byte SYN = 22; field in Ascii
/external/iptables/utils/
Dpf.os6 # SYN signatures. Those signatures work for SYN packets only (duh!).
94 # zero in the initial SYN. This case is detected and handled appropriately.
120 # ss - overall SYN packet size
153 # capture of the relevant SYN packet(s)
170 # at SYN+ACK - does it look similar?
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst67 | :const:`SYN` | Synchronous idle |
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst68 | :const:`SYN` | Synchronous idle |
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb273 …"Scapy uses default values that work most of the time. For example, `TCP()` is a SYN segment to po…
1233 "-> SYN\n",
1234 "<- SYN/ACK\n"
1246 " def SYN(self):\n",
1247 " print \"-> SYN\"\n",
1251 " print \"<- SYN/ACK\"\n",
1269 " raise self.SYN()\n",
1271 " @ATMT.condition(SYN)\n",
1279 " @ATMT.timeout(SYN, 1)\n",
1295 "-> SYN\n",
/external/python/cpython3/Tools/unicode/python-mappings/
DCP273.TXT51 0x32 0x0016 #SYNCHRONOUS IDLE (SYN)
/external/tcpdump/
DCHANGES1432 options, "tcp[13] & 3 != 0" would print only TCP SYN and FIN
/external/curl/docs/
DFAQ1050 difference, as it will only send 3 TCP SYN packets and no more. The second

12