Home
last modified time | relevance | path

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

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