Lines Matching +full:queue +full:- +full:pkt +full:- +full:rx
3 * 32-bit targets: djgpp, Pharlap or DOS4GW.
10 #include <pc.h> /* simple non-conio kbhit */
120 volatile int in_index; /* queue index head */
121 int out_index; /* queue index tail */
161 /* driver-to-pcap receive buffer routines */
162 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
163 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
164 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
167 WORD flags; /* Low-level status flags. */
181 DWORD rx_dropped; /* no space in Rx buffers */
188 DWORD rx_osize_errors; /* recv'r over-size error */
189 DWORD rx_crc_errors; /* recv'd pkt with crc error */
211 extern void _w32_os_yield (void); /* Watt-32's misc.c */