Searched refs:copy_rx_buf (Results 1 - 2 of 2) sorted by relevance

/external/libpcap/
H A Dpcap-dos.h164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */ member in struct:device
H A Dpcap-dos.c233 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
247 rx_len = (*dev->copy_rx_buf) (buf, p->snapshot);
782 * If driver is NOT a 16-bit "pkt/ndis" driver (having a 'copy_rx_buf'
786 if (dev->copy_rx_buf == NULL)
1116 dev->copy_rx_buf = PktReceive; /* farmem peek and copy routine */
1171 dev->copy_rx_buf = NULL; /* to-do */

Completed in 69 milliseconds