OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TotCapt
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-rpcap.c
138
unsigned int
TotCapt
;
572
pr->
TotCapt
++;
581
if (pr->
TotCapt
!= npkt)
583
pr->TotNetDrops += (npkt - pr->
TotCapt
);
584
pr->
TotCapt
= npkt;
903
ps->ps_capt = pr->
TotCapt
;
[
all
...]
/external/libpcap/rpcapd/
daemon.c
88
unsigned int
TotCapt
;
698
svrcapt = session->
TotCapt
;
[
all
...]
Completed in 4100 milliseconds