Searched defs:packetType (Results 1 – 15 of 15) sorted by relevance
100 int packetType = data.readUnsignedByte(); in parsePayload() local
80 int packetType = data.readUnsignedByte(); in parsePayload() local
78 int packetType = data.readUnsignedByte(); in parsePayload() local
102 int packetType = data.readUnsignedByte(); in parsePayload() local
82 int packetType = data.readUnsignedByte(); in parsePayload() local
243 MockProfilingConnection::PacketType packetType, in WaitForPacketsSent()
47 uint32_t packetType = (packetHeaderWord0 >> 16) & 0x00000007; in BOOST_AUTO_TEST_CASE() local
85 PacketType packetType; in WritePacket() local
479 uint32_t packetType = (packetHeaderWord0 >> 16) & 0x00000007; in BOOST_AUTO_TEST_CASE() local
107 uint32_t ConstructHeader(uint32_t packetFamily, uint32_t packetClass, uint32_t packetType) in ConstructHeader()265 uint32_t packetType, in CreateTimelinePacketHeader()
836 uint32_t packetType = 0; in SendPeriodicCounterCapturePacket() local
688 RTCPPacketType packetType, in SendRTCP()
216 int packetType = byteToUnsignedInt(buffer.get(--end)); in getRoot() local
152 uint32_t packetType; /* Packet type */ member