Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c1040 s.ps_capt = pt->TcAcceptedCount; in TcStats()
1102 p->stat.ps_capt = pt->TcAcceptedCount; in TcStatsEx()
H A Dpcap-airpcap.c441 p->stat.ps_capt = tas.Capt; in airpcap_stats_ex()
H A Dpcap-rpcap.c942 ps->ps_capt = 0; in rpcap_stats_rpcap()
977 ps->ps_capt = pr->TotCapt; in rpcap_stats_rpcap()
H A Dpcap-npf.c334 p->stat.ps_capt = bstats.bs_capt; in pcap_stats_ex_npf()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h307 u_int ps_capt; /* number of packets that reach the application */ member