Lines Matching +full:rx +full:- +full:shared
3 * 32-bit targets: djgpp, Pharlap or DOS4GW.
10 #include <pc.h> /* simple non-conio kbhit */
146 DWORD mem_start; /* shared mem start */
147 DWORD mem_end; /* shared mem end */
149 DWORD rmem_end; /* shared "recv" end */
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 */
211 extern void _w32_os_yield (void); /* Watt-32's misc.c */