Home
last modified time | relevance | path

Searched refs:RST (Results 1 – 25 of 72) sorted by relevance

123

/external/iptables/iptables/tests/shell/testcases/ipt-save/dumps/
Dwireless.txt29 -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m multiport --dports 22,80,443,873,1723 -j …
32 -A INPUT -s 10.31.70.8/29 -i bond0.208 -p tcp -m tcp --dport 179 --tcp-flags FIN,SYN,RST,ACK SYN -j…
33 -A INPUT -s 10.44.224.8/29 -i bond0.686 -p tcp -m tcp --dport 179 --tcp-flags FIN,SYN,RST,ACK SYN -…
46 -A FORWARD -p tcp -m tcp --tcp-flags FIN,SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
56 -A CUST_I15_IN -p tcp -m tcp --dport 22 --tcp-flags FIN,SYN,RST,ACK SYN -j L_ACCEPT
57 -A CUST_I15_IN -p tcp -m tcp --dport 80 --tcp-flags FIN,SYN,RST,ACK SYN -j L_ACCEPT
58 -A CUST_I15_IN -p tcp -m tcp --dport 433 --tcp-flags FIN,SYN,RST,ACK SYN -j L_ACCEPT
59 -A CUST_I15_IN -p tcp -m tcp --dport 3306 --tcp-flags FIN,SYN,RST,ACK SYN -j L_ACCEPT
60 -A CUST_I15_IN -p tcp -m tcp --dport 3390 --tcp-flags FIN,SYN,RST,ACK SYN -j L_ACCEPT
62 -A CUST_I15_OUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m multiport --dports 80,443 -j L_ACC…
[all …]
Dipt-save-filter.txt38 -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
47 -A accept_log -i ppp0 -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -m limit --limit 1/sec -j LOG --log…
62 -A reject_log -i ppp0 -p tcp -m tcp --dport 22:80 --tcp-flags SYN,RST,ACK SYN -m limit --limit 1/se…
/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_tcp.man24 .BR "SYN ACK FIN RST URG PSH ALL NONE" .
27 iptables \-A FORWARD \-p tcp \-\-tcp\-flags SYN,ACK,FIN,RST SYN
30 RST flags unset.
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_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_TCPMSS.txlate1 iptables-translate -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
4 iptables-translate -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 90
Dlibxt_TCPMSS.man24 iptables \-t mangle \-A FORWARD \-p tcp \-\-tcp\-flags SYN,RST SYN
Dlibipt_REJECT.man27 TCP RST packet to be sent back. This is mainly useful for blocking
Dlibip6t_REJECT.man27 TCP RST packet to be sent back. This is mainly useful for blocking
/external/cpuinfo/test/dmesg/
Dblu-r1-hd.log15 [ 5.681731] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
19 [ 5.681797] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
36 [ 5.682329] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
40 [ 5.682395] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
57 [ 5.682927] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
61 [ 5.682992] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
78 [ 5.683521] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
82 [ 5.683587] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
99 [ 5.684138] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
103 [ 5.684204] [I2C]INT_FLAG=0,INT_EN=0,EN=0,RST=0,
[all …]
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp811 std::vector<std::string> &RST) in DiagTextDocPrinter()
812 : BaseTy(Builder), RST(RST) {} in DiagTextDocPrinter()
832 RST.push_back(""); in VisitMulti()
845 size_t Start = RST.size(); in VisitMulti()
861 if (Start + Lines.size() > RST.size()) in VisitMulti()
862 RST.resize(Start + Lines.size(), EmptyLinePrefix); in VisitMulti()
866 RST[Start + I] += Separator + Lines[I]; in VisitMulti()
868 for (size_t I = Start + Lines.size(); I != RST.size(); ++I) in VisitMulti()
869 RST[I] += Separator + Empty; in VisitMulti()
872 for (size_t I = Start; I != RST.size(); ++I) in VisitMulti()
[all …]
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td108 // emitted by the assembler. These use "RST" registers, although frequently
258 : FPI<0xD8, fp, (outs), (ins RST:$op), asm>;
260 : FPI<0xDC, fp, (outs), (ins RST:$op), asm>;
262 : FPI<0xDE, fp, (outs), (ins RST:$op), asm>;
383 def CMOVB_F : FPI<0xDA, MRM0r, (outs), (ins RST:$op),
385 def CMOVBE_F : FPI<0xDA, MRM2r, (outs), (ins RST:$op),
387 def CMOVE_F : FPI<0xDA, MRM1r, (outs), (ins RST:$op),
389 def CMOVP_F : FPI<0xDA, MRM3r, (outs), (ins RST:$op),
391 def CMOVNB_F : FPI<0xDB, MRM0r, (outs), (ins RST:$op),
393 def CMOVNBE_F: FPI<0xDB, MRM2r, (outs), (ins RST:$op),
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td40 let RST = 0;
72 let RST = 0;
79 let RST = 0;
DPPCInstrFormats.td378 bits<5> RST;
383 let Inst{6-10} = RST;
425 bits<5> RST;
433 let Inst{6-10} = RST;
447 let RST = 0;
463 bits<5> RST;
468 let Inst{6-10} = RST;
487 let RST = 0;
500 bits<5> RST;
506 let Inst{6-10} = RST;
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td39 let RST = 0;
75 let RST = 0;
82 let RST = 0;
DPPCInstrFormats.td352 bits<5> RST;
357 let Inst{6-10} = RST;
383 bits<5> RST;
391 let Inst{6-10} = RST;
400 let RST = 0;
416 bits<5> RST;
421 let Inst{6-10} = RST;
436 let RST = 0;
449 bits<5> RST;
455 let Inst{6-10} = RST;
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td40 let RST = 0;
72 let RST = 0;
79 let RST = 0;
DPPCInstrFormats.td382 bits<5> RST;
387 let Inst{6-10} = RST;
429 bits<5> RST;
437 let Inst{6-10} = RST;
451 let RST = 0;
467 bits<5> RST;
472 let Inst{6-10} = RST;
491 let RST = 0;
504 bits<5> RST;
510 let Inst{6-10} = RST;
[all …]
/external/perfetto/infra/perfetto.dev/
Dbuild.js241 const RST = '\u001b[0m';
243 const ts = `[${DIM}${ms}${RST}]`;
245 console.log(`${ts} ${BRT}${++tasksRan}/${tasksTot}${RST}\t${descr}`);
/external/perfetto/ui/
Dbuild.js472 const RST = '\u001b[0m';
474 const ts = `[${DIM}${ms}${RST}]`;
476 console.log(`${ts} ${BRT}${++tasksRan}/${tasksTot}${RST}\t${descr}`);
/external/bcc/tools/
Dtcpdrop_example.txt40 20:49:50 12431 4 127.0.0.1:8198 > 127.0.0.1:48280 CLOSE (RST|ACK)
Dtcpconnlat_example.txt31 if the response is a RST (port closed).
/external/pigweed/pw_persistent_ram/
DBUILD.gn74 # Note: The size report RST table won't be generated when full_report = true.
/external/arm-trusted-firmware/
D.editorconfig57 # Adjustment for ReStructuredText (RST) documentation
/external/pigweed/pw_blob_store/
DBUILD.gn95 # Note: The size report RST table won't be generated when full_report = true.

123