OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ps_ifdrop
(Results
1 - 4
of
4
) sorted by null
/external/libpcap/
pcap1.h
182
u_int
ps_ifdrop
; /* drops by interface XXX not yet supported */
member in struct:pcap_stat
pcap-pf.c
261
* "
ps_ifdrop
" counts packets dropped by the network
273
* "
ps_ifdrop
" counts packets dropped by the network
283
ps->
ps_ifdrop
= p->md.TotMissed - p->md.OrigMissed;
pcap.h
153
u_int
ps_ifdrop
; /* drops by interface XXX not yet supported */
member in struct:pcap_stat
pcap-dos.c
359
p->md.stat.
ps_ifdrop
= stats->rx_dropped + /* queue full */
[
all
...]
Completed in 57 milliseconds