Searched refs:rxInOfs (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c100 #define rxInOfs offsetof (PktRealStub,_rxInOfs) macro
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...]
H A Dpkt_rx0.asm107 ;; NOTE. rxInOfs is updated after the packet has been copied

Completed in 100 milliseconds