OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rxInOfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/msdos/
pktdrvr.c
100
#define
rxInOfs
offsetof (PktRealStub,_rxInOfs)
110
extern WORD
rxInOfs
;
194
#pragma Alias (
rxInOfs
, "_rxInOfs")
830
if (ofs != _farpeekw (_dos_ds, realBase+
rxInOfs
))
862
ofs = _farpeekw (_dos_ds, realBase+
rxInOfs
);
878
inOfs = _farpeekw (_dos_ds, realBase+
rxInOfs
);
896
if (ofs != *(WORD*) (realBase+
rxInOfs
))
928
ofs = *(WORD*) (realBase+
rxInOfs
);
944
inOfs = *(WORD*) (realBase+
rxInOfs
);
961
if (rxOutOfs !=
rxInOfs
)
[
all
...]
pkt_rx0.asm
107
;; NOTE.
rxInOfs
is updated after the packet has been copied
Completed in 17 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026