Home
last modified time | relevance | path

Searched refs:current_packet (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/layers/
Dntp.py343 current_packet = self.m2i(pkt, current)
344 lst.append(current_packet)
1526 current_packet = self.m2i(pkt, current)
1527 lst.append(current_packet)
1644 current_packet = self.m2i(pkt, current)
1645 lst.append(current_packet)
1651 current_packet = conf.raw_layer(remain[:padding_end])
1652 lst.append(current_packet)
Deap.py720 current_packet = self.m2i(pkt, current)
721 lst.append(current_packet)
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc569 Packet* current_packet = (*it); in InsertPacketInternal() local
570 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()
/external/libpcap/
Dpcap-linux.c324 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member
5318 if (handlep->current_packet == NULL) {
5346 if (handlep->current_packet == NULL) {
5351 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;
5368 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;
5373 handlep->current_packet,
5386 handlep->current_packet = NULL;
5389 handlep->current_packet += tp3_hdr->tp_next_offset;
5417 handlep->current_packet = NULL;