Searched refs:current_packet (Results 1 – 3 of 3) sorted by relevance
569 Packet* current_packet = (*it); in InsertPacketInternal() local570 assert(current_packet); in InsertPacketInternal()571 assert(current_packet->payload); in InsertPacketInternal()572 if (decoder_database_->IsDtmf(current_packet->header.payloadType)) { in InsertPacketInternal()573 assert(!current_packet->sync_packet); // We had a sanity check for this. in InsertPacketInternal()576 current_packet->header.timestamp, in InsertPacketInternal()577 current_packet->payload, in InsertPacketInternal()578 current_packet->payload_length, in InsertPacketInternal()589 delete [] current_packet->payload; in InsertPacketInternal()590 delete current_packet; in InsertPacketInternal()
776 UINT8 *current_packet; in userial_read_thread() local783 current_packet = (UINT8 *) (p_buf + 1); in userial_read_thread()784 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT); in userial_read_thread()1147 UINT8 * current_packet = NULL; in USERIAL_Read() local1156 current_packet = ((UINT8 *)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset); in USERIAL_Read()1163 memcpy((p_data + total_len), current_packet, copy_len); in USERIAL_Read()
314 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member4839 if (handlep->current_packet == NULL) {4858 if (handlep->current_packet == NULL) {4863 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;4873 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;4878 handlep->current_packet,4895 handlep->current_packet = NULL;4898 handlep->current_packet += tp3_hdr->tp_next_offset;4926 handlep->current_packet = NULL;