Home
last modified time | relevance | path

Searched refs:RST (Results 1 – 25 of 31) 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_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
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
Dlibxt_TCPMSS.man24 iptables \-t mangle \-A FORWARD \-p tcp \-\-tcp\-flags SYN,RST SYN
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFPStack.td106 // emitted by the assembler. These use "RST" registers, although frequently
218 : FPI<o, AddRegFrm, (outs), (ins RST:$op), asm>, D8;
220 : FPI<o, AddRegFrm, (outs), (ins RST:$op), asm>, DC;
222 : FPI<o, AddRegFrm, (outs), (ins RST:$op), asm>, DE;
332 def CMOVB_F : FPI<0xC0, AddRegFrm, (outs RST:$op), (ins),
334 def CMOVBE_F : FPI<0xD0, AddRegFrm, (outs RST:$op), (ins),
336 def CMOVE_F : FPI<0xC8, AddRegFrm, (outs RST:$op), (ins),
338 def CMOVP_F : FPI<0xD8, AddRegFrm, (outs RST:$op), (ins),
340 def CMOVNB_F : FPI<0xC0, AddRegFrm, (outs RST:$op), (ins),
342 def CMOVNBE_F: FPI<0xD0, AddRegFrm, (outs RST:$op), (ins),
[all …]
DX86InstrInfo.td1621 (Inst RST:$op), EmitAlias>;
1647 def : InstAlias<"faddp %st(0), $op", (ADD_FPrST0 RST:$op), 0>;
1648 def : InstAlias<"fmulp %st(0), $op", (MUL_FPrST0 RST:$op)>;
1649 def : InstAlias<"fsubp %st(0), $op", (SUBR_FPrST0 RST:$op)>;
1650 def : InstAlias<"fsubrp %st(0), $op", (SUB_FPrST0 RST:$op)>;
1651 def : InstAlias<"fdivp %st(0), $op", (DIVR_FPrST0 RST:$op)>;
1652 def : InstAlias<"fdivrp %st(0), $op", (DIV_FPrST0 RST:$op)>;
DX86RegisterInfo.td454 def RST : RegisterClass<"X86", [f80, f64, f32], 32, (sequence "ST%u", 0, 7)> {
DX86GenRegisterInfo.inc948 // RST Register Class...
949 static const unsigned RST[] = {
953 // RST Bit set.
1153 MCRegisterClass(X86::RSTRegClassID, "RST", 10, 4, 1, 0, RST, RST + 8, RSTBits, sizeof(RSTBits)),
3029 // RST Super-register Classes...
4852 { // RST
/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 …]
DX86InstrInfo.td2862 (Inst RST:$op), EmitAlias>;
2888 def : InstAlias<"faddp\t{%st(0), $op|$op, st(0)}", (ADD_FPrST0 RST:$op), 0>;
2889 def : InstAlias<"fmulp\t{%st(0), $op|$op, st(0)}", (MUL_FPrST0 RST:$op)>;
2890 def : InstAlias<"fsub{|r}p\t{%st(0), $op|$op, st(0)}", (SUBR_FPrST0 RST:$op)>;
2891 def : InstAlias<"fsub{r|}p\t{%st(0), $op|$op, st(0)}", (SUB_FPrST0 RST:$op)>;
2892 def : InstAlias<"fdiv{|r}p\t{%st(0), $op|$op, st(0)}", (DIVR_FPrST0 RST:$op)>;
2893 def : InstAlias<"fdiv{r|}p\t{%st(0), $op|$op, st(0)}", (DIV_FPrST0 RST:$op)>;
DX86RegisterInfo.td462 def RST : RegisterClass<"X86", [f80, f64, f32], 32, (sequence "ST%u", 0, 7)> {
/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 …]
DPPCInstrInfo.td3658 def TLBSX2 : XForm_base_r3xo<31, 914, (outs), (ins gprc:$RST, gprc:$A, gprc:$B),
3659 "tlbsx $RST, $A, $B", IIC_LdStLoad, []>,
3662 (ins gprc:$RST, gprc:$A, gprc:$B),
3663 "tlbsx. $RST, $A, $B", IIC_LdStLoad, []>,
3685 def LBZCIX : XForm_base_r3xo<31, 853, (outs gprc:$RST), (ins gprc:$A, gprc:$B),
3686 "lbzcix $RST, $A, $B", IIC_LdStLoad, []>;
3687 def LHZCIX : XForm_base_r3xo<31, 821, (outs gprc:$RST), (ins gprc:$A, gprc:$B),
3688 "lhzcix $RST, $A, $B", IIC_LdStLoad, []>;
3689 def LWZCIX : XForm_base_r3xo<31, 789, (outs gprc:$RST), (ins gprc:$A, gprc:$B),
3690 "lwzcix $RST, $A, $B", IIC_LdStLoad, []>;
[all …]
DPPCInstr64Bit.td176 Defs = [LR8, X2], Uses = [CTR8, RM], RST = 2 in {
/external/syslinux/gpxe/src/include/
Dold_tcp.h14 #define RST 4 macro
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrFormats.td203 bits<5> RST;
208 let Inst{6-10} = RST;
217 bits<5> RST;
223 let Inst{6-10} = RST;
233 bits<5> RST;
241 let Inst{6-10} = RST;
255 bits<5> RST;
260 let Inst{6-10} = RST;
380 let Inst{6-10} = RST;
DPPCInstr64Bit.td561 let RST = 2, DS_RA = 0 in // FIXME: Should be a pseudo.
566 let RST = 2, DS_RA = 0 in // FIXME: Should be a pseudo.
/external/syslinux/com32/lib/jpeg/
Dtinyjpeg-internal.h138 RST = 0xD0, /* Reset Marker d0 -> .. */ enumerator
Dtinyjpeg.c713 if ((RST+priv->last_rst_marker_seen) == marker) in find_next_rst_marker()
715 else if (marker >= RST && marker <= RST7) in find_next_rst_marker()
/external/syslinux/core/lwip/doc/
Drawapi.txt279 Aborts the connection by sending a RST (reset) segment to the remote
/external/pcre/dist2/testdata/
Dtestinput51627 /[RST]+/Bi,utf,ucp
Dtestinput42194 /[RST]+/i,utf,ucp

12