Home
last modified time | relevance | path

Searched refs:_pktDrop (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/msdos/
Dpkt_rx0.asm9 PUBLIC _pktDrop, _pktRxBuf, _pktTxBuf, _pktTemp
57 _pktDrop dw 0,0 ; packet drop counter define
161 @dump: inc _pktDrop[0] ; discard the packet on 1st call
162 adc _pktDrop[2], 0 ; increment packets lost
Dpkt_rx1.s32 _pktDrop dw 0,0 ; packet drop counter define
121 @dump: add word [_pktDrop+0], 1 ; discard the packet on 1st call
122 adc word [_pktDrop+2], 0 ; increment packets lost
Dpktdrvr.c84 DWORD _pktDrop; member
102 #define pktDrop offsetof (PktRealStub,_pktDrop)