Searched refs:crc_offset (Results 1 – 1 of 1) sorted by relevance
638 uint16_t crc_offset = aLength - sizeof(uint16_t); in radioComputeCrc() local640 for (uint16_t i = 0; i < crc_offset; i++) in radioComputeCrc()645 aMessage->mPsdu[crc_offset] = crc & 0xff; in radioComputeCrc()646 aMessage->mPsdu[crc_offset + 1] = crc >> 8; in radioComputeCrc()