Searched refs:ps_capt (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap.h212 u_int ps_capt; /* number of packets that reach the application */ member in struct:pcap_stat
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-tc.c1095 s.ps_capt = pt->TcAcceptedCount;
1178 p->stat.ps_capt = pt->TcAcceptedCount;
H A Dpcap-rpcap.c869 ps->ps_capt = 0;
904 ps->ps_capt = pr->TotCapt;
H A Dpcap-npf.c201 * Note also that we don't fill in ps_capt, as we might have
203 * WinPcap that didn't have ps_capt, in which case filling it
273 p->stat.ps_capt = bstats.bs_capt;

Completed in 64 milliseconds