Home
last modified time | relevance | path

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

/external/libpcap/msdos/
Dpktdrvr.c102 #define pktDrop offsetof (PktRealStub,_pktDrop) macro
111 extern DWORD pktDrop; /* # packets dropped in PktReceiver() */
189 #pragma Alias (pktDrop, "_pktDrop")
807 *(DWORD _far*)(protBase + (WORD)&pktDrop) = 0; in PktQueueBusy()
822 return (*(DWORD _far*)(protBase + (WORD)&pktDrop)); in PktRxDropped()
869 _farpokel (_dos_ds, realBase+pktDrop, 0UL); in PktQueueBusy()
888 return _farpeekl (_dos_ds, realBase+pktDrop); in PktRxDropped()
935 *(DWORD*) (realBase+pktDrop) = 0UL; in PktQueueBusy()
954 return *(DWORD*) (realBase+pktDrop); in PktRxDropped()
988 pktDrop = 0L; in PktQueueBusy()
[all …]