Searched refs:firstCount (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h92 WORD firstCount; /* # of bytes on 1st */ member in struct:__anon624
H A Dpktdrvr.c496 count_1 = rx->firstCount;
786 size = min (head->firstCount, sizeof(RX_ELEMENT));
835 head.firstCount = _farpeekw (_dos_ds, realBase+ofs);
841 size = min (head.firstCount, sizeof(RX_ELEMENT));
901 head.firstCount = *(WORD*) (realBase+ofs);
907 size = min (head.firstCount, sizeof(RX_ELEMENT));
968 size = min (head->firstCount, sizeof(RX_ELEMENT));
H A Dpkt_rx1.s16 .firstCount resw 1 ; # of bytes on 1st call
76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
114 mov [di], cx ; remember firstCount.
H A Dpkt_rx0.asm46 firstCount dw 0 ; # of bytes on 1st call define
121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
153 mov [di].firstCount, cx ; remember the first count.
178 ; push [si].firstCount

Completed in 192 milliseconds