Lines Matching defs:svrcapt
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;
466 svrcapt = 0;
682 if (daemon_msg_stats_req(&pars, session, plen, &stats, svrcapt) == -1)
698 svrcapt = session->TotCapt;
705 svrcapt = 0;
2153 daemon_msg_stats_req(struct daemon_slpars *pars, struct session *session, uint32 plen, struct pcap_stat *stats, unsigned int svrcapt)
2192 netstats->svrcapt = htonl(session->TotCapt);
2202 netstats->svrcapt = htonl(svrcapt);