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

/macosx-10.10/libpcap-48/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.c249 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
263 rx_len = (*dev->copy_rx_buf) (buf, p->snapshot);
806 * If driver is NOT a 16-bit "pkt/ndis" driver (having a 'copy_rx_buf'
810 if (dev->copy_rx_buf == NULL)
1140 dev->copy_rx_buf = PktReceive; /* farmem peek and copy routine */
1195 dev->copy_rx_buf = NULL; /* to-do */

Completed in 89 milliseconds