Searched defs:opCode (Results 1 – 9 of 9) sorted by relevance
50 public final short opCode; field in ArpPacket56 ArpPacket(MacAddress destination, MacAddress source, short opCode, MacAddress senderHwAddress, in ArpPacket()73 final short opCode) { in buildArpPacket()137 final short opCode = buffer.getShort(); in parseArpPacket() local
68 public final int opCode; field in EapMsChapV2TypeData70 EapMsChapV2TypeData(int opCode) throws EapMsChapV2ParsingException { in EapMsChapV2TypeData()92 EapMsChapV2VariableTypeData(int opCode, int msChapV2Id, int msLength) in EapMsChapV2VariableTypeData()486 int opCode = Byte.toUnsignedInt(buffer.get()); in decodeChallengeRequest() local517 int opCode = Byte.toUnsignedInt(buffer.get()); in decodeSuccessRequest() local550 int opCode = Byte.toUnsignedInt(buffer.get()); in decodeFailureRequest() local
85 OperatorCodeFlatbuffer opCode; in addOpCode() local
179 final int opCode = asUint(mPacket.getShort()); in parseARP() local
200 @MetricConsts.FileOp int opCode = MetricConsts.FILEOP_OTHER_ERROR; in logFileOperationErrors() local
332 int opCode; in process() local
2701 final int opCode = AppOpsManager.permissionToOpCode(Manifest.permission.ACCEPT_HANDOVER); in enforceAcceptHandoverPermission() local
326 int opCode = getUnsignedShort(data); in parseArpPacket() local
332 OperationTestBase(ANeuralNetworksOperationType opCode, in OperationTestBase()