HomeSort by relevance Sort by last modified time
    Searched refs:ps_capt (Results 1 - 4 of 4) sorted by null

  /external/libpcap/pcap/
pcap.h 176 u_int ps_capt; /* number of packets that reach the application */ member in struct:pcap_stat
  /external/libpcap/
pcap-tc.c 1085 s.ps_capt = pt->TcAcceptedCount;
1170 p->stat.ps_capt = pt->TcAcceptedCount;
    [all...]
pcap-rpcap.c 578 ps->ps_capt = 0;
639 ps->ps_capt = md->TotCapt;
    [all...]
pcap-win32.c 175 * Note also that we don't fill in ps_capt, as we might have
177 * WinPcap that didn't have ps_capt, in which case filling it
249 p->stat.ps_capt = bstats.bs_capt;
    [all...]

Completed in 137 milliseconds