Home
last modified time | relevance | path

Searched refs:PASSDROP (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfV6GeneratorBase.java66 return append(new Instruction(Opcodes.PASSDROP, Rbit0).addUnsigned(cnt)); in addCountAndPass()
74 return append(new Instruction(Opcodes.PASSDROP, Rbit1)); in addDrop()
87 return append(new Instruction(Opcodes.PASSDROP, Rbit1).addUnsigned(cnt)); in addCountAndDrop()
DApfV4GeneratorBase.java602 return append(new Instruction(Opcodes.PASSDROP, Rbit0)); in addPass()
DBaseApfGenerator.java64 PASSDROP(0), enumConstant