Searched refs:ChppPacketWithAppHeader (Results 1 – 1 of 1) sorted by relevance
66 struct ChppPacketWithAppHeader { struct140 inline const ChppPacketWithAppHeader &asApp(const std::vector<uint8_t> &pkt) { in asApp()142 sizeof(ChppPacketWithAppHeader) + sizeof(ChppTransportFooter)); in asApp()143 return *reinterpret_cast<const ChppPacketWithAppHeader *>(pkt.data()); in asApp()