OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rxInOfs
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/msdos/
pkt_rx1.s
31
_rxInOfs
dw offset _pktRxBuf ; into _pktRxBuf
103
mov ax, [
_rxInOfs
]
111
mov di, [
_rxInOfs
] ; ES:DI -> _pktRxBuf[n]
143
mov [
_rxInOfs
], ax ; update _pktRxBuf input offset
pkt_rx0.asm
10
PUBLIC _rxOutOfs,
_rxInOfs
, _PktReceiver, _pktRxEnd
56
_rxInOfs
dw offset _pktRxBuf ; into _pktRxBuf
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
pktdrvr.c
83
WORD
_rxInOfs
;
100
#define rxInOfs offsetof (PktRealStub,
_rxInOfs
)
194
#pragma Alias (rxInOfs, "
_rxInOfs
")
[
all
...]
Completed in 284 milliseconds