OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:svrcapt
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/rpcapd/
daemon.c
122
static int daemon_msg_stats_req(struct daemon_slpars *pars, struct session *session, uint32 plen, struct pcap_stat *stats, unsigned int
svrcapt
);
157
unsigned int
svrcapt
;
local
466
svrcapt
= 0;
682
if (daemon_msg_stats_req(&pars, session, plen, &stats,
svrcapt
) == -1)
698
svrcapt
= session->TotCapt;
705
svrcapt
= 0;
[
all
...]
/external/libpcap/
rpcap-protocol.h
369
uint32
svrcapt
; /* Packets captured by the RPCAP daemon and sent on the network */
member in struct:rpcap_stats
Completed in 531 milliseconds