Searched defs:appHdr (Results 1 – 3 of 3) sorted by relevance
33 static uint8_t appHdr[4] = {0xff, 0xff, 0xff, 0xff}; in platGetSharedAreaInfo() local
134 bool cpuInternalAppLoad(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo) in cpuInternalAppLoad()
312 auto &appHdr = reinterpret_cast<const ChppAppHeader &>(*pkt.payload); in dumpPacket() local