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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A 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
H A 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
H A Dpktdrvr.c84 DWORD _pktDrop; member in struct:__anon2782
102 #define pktDrop offsetof (PktRealStub,_pktDrop)
189 #pragma Alias (pktDrop, "_pktDrop")

Completed in 40 milliseconds