Searched refs:packet_start (Results 1 – 1 of 1) sorted by relevance
98 uint8_t* packet_start = (uint8_t*)(packet + 1) + packet->offset; in InterceptAttPacket() local99 uint8_t* packet_end = packet_start + packet->len; in InterceptAttPacket()102 std::copy(packet_start, packet_end, std::back_inserter(vec)); in InterceptAttPacket()