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

/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c776 WORD inOfs = *rxInOfsFp; local
779 if (outOfs != inOfs)
812 WORD inOfs = *rxInOfsFp; local
815 if (inOfs >= outOfs)
816 return (inOfs - outOfs) / sizeof(RX_ELEMENT);
817 return (NUM_RX_BUF - (outOfs - inOfs) / sizeof(RX_ELEMENT));
875 WORD inOfs, outOfs; local
878 inOfs = _farpeekw (_dos_ds, realBase+rxInOfs);
881 if (inOfs >= outOfs)
882 return (inOfs
941 WORD inOfs, outOfs; local
993 WORD inOfs = rxInOfs; local
[all...]

Completed in 42 milliseconds