Searched refs:Rbit0 (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfV6GeneratorBase.java | 18 import static android.net.apf.BaseApfGenerator.Rbit.Rbit0; 66 return append(new Instruction(Opcodes.PASSDROP, Rbit0).addUnsigned(cnt)); in addCountAndPass() 154 return append(new Instruction(ExtendedOpcodes.TRANSMIT, Rbit0).addU8(ipOfs).addU8(255)); in addTransmit() 170 return append(new Instruction(ExtendedOpcodes.TRANSMIT, isUdp ? Rbit1 : Rbit0) in addTransmitL4() 280 return append(new Instruction(Opcodes.PKTDATACOPY, Rbit0).addPacketOffset(src).addU8(len)); in addPacketCopy() 304 return append(new Instruction(ExtendedOpcodes.EPKTDATACOPYIMM, Rbit0).addU8(len)); in addPacketCopyFromR0() 328 return append(new Instruction(ExtendedOpcodes.EPKTDATACOPYR1, Rbit0)); in addPacketCopyFromR0LenR1() 341 return append(new Instruction(ExtendedOpcodes.JDNSQMATCH, Rbit0).setTargetLabel(tgt).addU8( in addJumpIfPktAtR0DoesNotContainDnsQ() 352 return append(new Instruction(ExtendedOpcodes.JDNSQMATCHSAFE, Rbit0).setTargetLabel( in addJumpIfPktAtR0DoesNotContainDnsQSafe() 391 return append(new Instruction(ExtendedOpcodes.JDNSAMATCH, Rbit0).setTargetLabel(tgt) in addJumpIfPktAtR0DoesNotContainDnsA() [all …]
|
D | BaseApfGenerator.java | 19 import static android.net.apf.BaseApfGenerator.Rbit.Rbit0; 212 Rbit0(0), enumConstant 366 this(opcode, register == R0 ? Rbit0 : Rbit1); in Instruction()
|
D | ApfV4GeneratorBase.java | 19 import static android.net.apf.BaseApfGenerator.Rbit.Rbit0; 602 return append(new Instruction(Opcodes.PASSDROP, Rbit0)); in addPass()
|