Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c775 UINT8 *current_packet; in userial_read_thread() local
782 current_packet = (UINT8 *) (p_buf + 1); in userial_read_thread()
783 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT); in userial_read_thread()
1146 UINT8 * current_packet = NULL; in USERIAL_Read() local
1155 current_packet = ((UINT8 *)(pbuf_USERIAL_Read + 1)) + (pbuf_USERIAL_Read->offset); in USERIAL_Read()
1162 memcpy((p_data + total_len), current_packet, copy_len); in USERIAL_Read()
/external/libpcap/
Dpcap-linux.c309 …unsigned char *current_packet; /* Current packet within the TPACKET_V3 block. Move to next block i… member
4466 if (handlep->current_packet == NULL) {
4480 if (handlep->current_packet == NULL) {
4485 handlep->current_packet = h.raw + h.h3->hdr.bh1.offset_to_first_pkt;
4495 struct tpacket3_hdr* tp3_hdr = (struct tpacket3_hdr*) handlep->current_packet;
4500 handlep->current_packet,
4516 handlep->current_packet = NULL;
4519 handlep->current_packet += tp3_hdr->tp_next_offset;
4547 handlep->current_packet = NULL;