HomeSort by relevance Sort by last modified time
    Searched refs:rxInOfs (Results 1 - 2 of 2) sorted by null

  /external/libpcap/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 293 milliseconds