OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_rx_buf
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-dos.h
164
int (*
copy_rx_buf
) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
member in struct:device
pcap-dos.c
233
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 */
[
all
...]
Completed in 223 milliseconds