OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rxOutOfs
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/msdos/
pkt_rx1.s
30
_rxOutOfs
dw offset _pktRxBuf ; ring buffer offsets
109
cmp ax, [
_rxOutOfs
]
pkt_rx0.asm
10
PUBLIC
_rxOutOfs
, _rxInOfs, _PktReceiver, _pktRxEnd
55
_rxOutOfs
dw offset _pktRxBuf ; ring buffer offsets
102
@noWrap: cmp ax,
_rxOutOfs
;; in-ofs = out-ofs ?
pktdrvr.c
82
WORD
_rxOutOfs
;
99
#define rxOutOfs offsetof (PktRealStub,
_rxOutOfs
)
193
#pragma Alias (rxOutOfs, "
_rxOutOfs
")
[
all
...]
Completed in 1693 milliseconds