/external/iptables/extensions/ |
D | libxt_tcp.t | 20 -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
|
D | libxt_TCPMSS.t | 5 -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
|
D | libxt_tcp.man | 24 .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.
|
D | libxt_SYNPROXY.man | 46 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).
|
D | libxt_tcpmss.man | 1 …m segment size) field of the TCP header. You can only use this on TCP SYN or SYN/ACK packets, sin…
|
D | libxt_TCPMSS.man | 1 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
|
D | libxt_osf.man | 3 and others) from packets with the SYN bit set.
|
/external/bcc/tools/ |
D | tcpconnlat_example.txt | 6 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/ |
D | 89 | 6 [ 1722.511384] TCP: request_sock_TCPv6: Possible SYN flooding on port 20032. Sending cookies. Chec…
|
D | 185 | 7 [ 36.357648] xt_TCPMSS: Only works on TCP SYN packets
|
/external/scapy/doc/scapy/ |
D | troubleshooting.rst | 10 …e of what Scapy is doing behind his back. If Scapy sends a SYN, the target replies with a SYN-ACK …
|
D | usage.rst | 356 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 …]
|
D | introduction.rst | 35 …our. For instance they say "*this port is open*" instead of "*I received a SYN-ACK*". Sometimes th…
|
/external/python/cpython3/Lib/curses/ |
D | ascii.py | 27 SYN = 0x16 # ^V variable
|
/external/python/cpython2/Lib/curses/ |
D | ascii.py | 27 SYN = 0x16 # ^V variable
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 35 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()
|
D | CheckAPI.java | 88 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/ |
D | Ascii.java | 299 public static final byte SYN = 22; field in Ascii
|
/external/iptables/utils/ |
D | pf.os | 6 # 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/ |
D | curses.ascii.rst | 67 | :const:`SYN` | Synchronous idle |
|
/external/python/cpython2/Doc/library/ |
D | curses.ascii.rst | 68 | :const:`SYN` | Synchronous idle |
|
/external/scapy/doc/notebooks/ |
D | Scapy in 15 minutes.ipynb | 273 …"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/ |
D | CP273.TXT | 51 0x32 0x0016 #SYNCHRONOUS IDLE (SYN)
|
/external/tcpdump/ |
D | CHANGES | 1432 options, "tcp[13] & 3 != 0" would print only TCP SYN and FIN
|
/external/curl/docs/ |
D | FAQ | 1050 difference, as it will only send 3 TCP SYN packets and no more. The second
|