Searched defs:packetSize (Results 1 – 4 of 4) sorted by relevance
47 unsigned char packetSize[4]; member
334 int packetSize = (tmpArray[2] & 0xff) | ((tmpArray[3] & 0xff) << 8) | in findValidSection2() local
73 unsigned int packetSize = in ProcessText() local
72 static const int packetSize[] = { 12, 8, 4, 1 }; variable