Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dos.c233 PCAP_ASSERT (dev->copy_rx_buf || dev->peek_rx_buf); in pcap_read_one()
247 rx_len = (*dev->copy_rx_buf) (buf, p->snapshot); in pcap_read_one()
786 if (dev->copy_rx_buf == NULL) in first_init()
1116 dev->copy_rx_buf = PktReceive; /* farmem peek and copy routine */ in pkt_probe()
1171 dev->copy_rx_buf = NULL; /* to-do */ in ndis_probe()
Dpcap-dos.h164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */ member