Searched refs:payloadBytes (Results 1 – 9 of 9) sorted by relevance
273 byte[] payloadBytes = getByteArrayFromBuffer(payloadBuffer); in addPacketBytes()276 resultBuffer.putShort(calculateChecksum(header, payloadBytes)); in addPacketBytes()279 resultBuffer.put(payloadBytes); in addPacketBytes()282 private short calculateChecksum(IpHeader header, byte[] payloadBytes) throws Exception { in calculateChecksum() argument301 ShortBuffer payloadShortBuffer = ByteBuffer.wrap(payloadBytes).asShortBuffer(); in calculateChecksum()308 newChecksum, (payloadBytes[payloadBytes.length - 1] << 8)); in calculateChecksum()
313 byte[] payloadBytes = getByteArrayFromBuffer(payloadBuffer); in addPacketBytes()316 resultBuffer.putShort(calculateChecksum(header, payloadBytes)); in addPacketBytes()319 resultBuffer.put(payloadBytes); in addPacketBytes()322 private short calculateChecksum(IpHeader header, byte[] payloadBytes) throws Exception { in calculateChecksum() argument341 ShortBuffer payloadShortBuffer = ByteBuffer.wrap(payloadBytes).asShortBuffer(); in calculateChecksum()348 newChecksum, (payloadBytes[payloadBytes.length - 1] << 8)); in calculateChecksum()
191 byte[] payloadBytes = new byte[payload.position()]; in createHandoverSelectRecord()193 payload.get(payloadBytes); in createHandoverSelectRecord()195 payloadBytes); in createHandoverSelectRecord()211 byte[] payloadBytes = new byte[payload.position()]; in createHandoverRequestRecord()213 payload.get(payloadBytes); in createHandoverRequestRecord()215 payloadBytes); in createHandoverRequestRecord()
89 byte[] payloadBytes = in testEncode()104 assertArrayEquals(payloadBytes, buffer.array()); in testEncode()
45 byte[] payloadBytes = TestUtils.hexStringToByteArray(payloadHexString); in hexStringToIkePayload()48 IkePayloadFactory.getIkePayload(payloadType, isResp, ByteBuffer.wrap(payloadBytes)); in hexStringToIkePayload()
350 vector<uint8_t> payloadBytes; in triggerCallback() local351 mProtoOut.serializeToVector(&payloadBytes); in triggerCallback()353 const Status status = mCallback->onSubscriptionData(reason, payloadBytes); in triggerCallback()
3653 byte [] payloadBytes = Arrays.copyOfRange(bytes, 12, bytes.length); in addLayer2PacketsToHlpReq()3656 mWifiNative.addHlpReq(mInterfaceName, dstAddress, payloadBytes); in addLayer2PacketsToHlpReq()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...