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

/freebsd-9.3-release/contrib/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.c238 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf);
252 rx_len = (*dev->copy_rx_buf) (buf, p->snapshot);
787 * If driver is NOT a 16-bit "pkt/ndis" driver (having a 'copy_rx_buf'
791 if (dev->copy_rx_buf == NULL)
1121 dev->copy_rx_buf = PktReceive; /* farmem peek and copy routine */
1176 dev->copy_rx_buf = NULL; /* to-do */

Completed in 179 milliseconds