HomeSort by: relevance | last modified time | path
    Searched refs:firstCount (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libpcap/dist/msdos/
pkt_rx1.s 16 .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.
pktdrvr.h 92 WORD firstCount; /* # of bytes on 1st */
pkt_rx0.asm 46 firstCount dw 0 ; # of bytes on 1st call
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
pktdrvr.c 496 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));

Completed in 15 milliseconds