Home
last modified time | relevance | path

Searched refs:RX_ELEMENT (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/msdos/
Dpktdrvr.c87 RX_ELEMENT _pktRxBuf[NUM_RX_BUF];
114 extern RX_ELEMENT pktRxBuf [NUM_RX_BUF]; /* PktDrvr Rx buffers */
478 LOCAL __inline BOOL CheckElement (RX_ELEMENT *rx) in CheckElement()
480 LOCAL __inline BOOL CheckElement (RX_ELEMENT _far *rx) in CheckElement()
781 RX_ELEMENT _far *head = (RX_ELEMENT _far*)(protBase+outOfs); in PktReceive()
786 size = min (head->firstCount, sizeof(RX_ELEMENT)); in PktReceive()
793 outOfs += sizeof (RX_ELEMENT); in PktReceive()
804 *rxOutOfsFp = busy ? (*rxInOfsFp + sizeof(RX_ELEMENT)) : *rxInOfsFp; in PktQueueBusy()
816 return (inOfs - outOfs) / sizeof(RX_ELEMENT); in PktBuffersUsed()
817 return (NUM_RX_BUF - (outOfs - inOfs) / sizeof(RX_ELEMENT)); in PktBuffersUsed()
[all …]
Dpkt_rx0.asm45 RX_ELEMENT STRUC label
60 _pktRxBuf RX_ELEMENT NUM_RX_BUF dup (<>) ; RX structures
97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
118 ; BX has client handle (stored in RX_ELEMENT.handle).
Dpkt_rx1.s12 %define RX_SIZE (ETH_MAX+6) ; sizeof(RX_ELEMENT) = 1514+6
15 struc RX_ELEMENT
74 ; BX has client handle (stored in RX_ELEMENT.handle).
Dpktdrvr.h99 } RX_ELEMENT; typedef