Home
last modified time | relevance | path

Searched refs:PktReceive (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/msdos/
Dpktdrvr.h130 extern int PktReceive (BYTE *buf, int max);
Dpktdrvr.c774 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive() function
826 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive() function
892 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive() function
959 PUBLIC int PktReceive (BYTE *buf, int max) in PktReceive() function
/external/libpcap/
Dpcap-dos.c1154 dev->copy_rx_buf = PktReceive; /* farmem peek and copy routine */ in pkt_probe()