Home
last modified time | relevance | path

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

/external/libpcap/msdos/
Dpkt_rx1.s17 .secondCount resw 1 ; # of bytes on 2nd call
77 ; and _pktRxBuf[n].secondCount, and CL on first call in
Dpkt_rx0.asm47 secondCount dw 0 ; # of bytes on 2nd call define
122 ; and _pktRxBuf[n].secondCount, and CL on first call in
Dpktdrvr.h93 WORD secondCount; /* and 2nd upcall */ member
Dpktdrvr.c497 count_2 = rx->secondCount; in CheckElement()
836 head.secondCount = _farpeekw (_dos_ds, realBase+ofs+2); in PktReceive()
902 head.secondCount = *(WORD*) (realBase+ofs+2); in PktReceive()