Searched refs:_rxInOfs (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx1.s31 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf define
103 mov ax, [_rxInOfs]
111 mov di, [_rxInOfs] ; ES:DI -> _pktRxBuf[n]
143 mov [_rxInOfs], ax ; update _pktRxBuf input offset
H A Dpkt_rx0.asm10 PUBLIC _rxOutOfs, _rxInOfs, _PktReceiver, _pktRxEnd
56 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf define
96 mov ax, _rxInOfs ;; DI = current in-offset
104 mov di, _rxInOfs ;; ES:DI -> buffer at queue input
186 mov _rxInOfs, ax ; update _pktRxBuf input offset
H A Dpktdrvr.c83 WORD _rxInOfs; member in struct:__anon1277
100 #define rxInOfs offsetof (PktRealStub,_rxInOfs)
194 #pragma Alias (rxInOfs, "_rxInOfs")

Completed in 100 milliseconds