Searched refs:first_packet (Results 1 – 6 of 6) sorted by relevance
149 first_packet = parse_packets[0]150 message = message_class(raw_data=first_packet)
282 Packet* first_packet = packet_list->front(); in DeleteFirstPacket() local283 delete [] first_packet->payload; in DeleteFirstPacket()284 delete first_packet; in DeleteFirstPacket()
1845 bool first_packet = true; in ExtractPackets() local1878 if (first_packet) { in ExtractPackets()1879 first_packet = false; in ExtractPackets()
57 bool first_packet, in GeneratePacket() argument65 packet.isFirstPacket = first_packet; in GeneratePacket()
56 bool first_packet,
219 bool first_packet = true; in Run() local325 if (first_packet) { in Run()326 first_packet = false; in Run()