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

/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h93 WORD secondCount; /* and 2nd upcall */ member in struct:__anon2209
H A Dpkt_rx1.s17 .secondCount resw 1 ; # of bytes on 2nd call
77 ; and _pktRxBuf[n].secondCount, and CL on first call in
141 mov [si-6+2], cx ; store _pktRxBuf[n].secondCount
H A Dpkt_rx0.asm47 secondCount dw 0 ; # of bytes on 2nd call define
122 ; and _pktRxBuf[n].secondCount, and CL on first call in
184 mov [si].secondCount, cx
H A Dpktdrvr.c497 count_2 = rx->secondCount;
836 head.secondCount = _farpeekw (_dos_ds, realBase+ofs+2);
902 head.secondCount = *(WORD*) (realBase+ofs+2);

Completed in 57 milliseconds