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

/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s30 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets define
109 cmp ax, [_rxOutOfs]
H A Dpkt_rx0.asm10 PUBLIC _rxOutOfs, _rxInOfs, _PktReceiver, _pktRxEnd
55 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets define
102 @noWrap: cmp ax, _rxOutOfs ;; in-ofs = out-ofs ?
H A Dpktdrvr.c82 WORD _rxOutOfs; member in struct:__anon1223
99 #define rxOutOfs offsetof (PktRealStub,_rxOutOfs)
193 #pragma Alias (rxOutOfs, "_rxOutOfs")

Completed in 59 milliseconds