Searched refs:TotAccepted (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/include/
H A Dpcap-int.h57 u_long TotAccepted; /* count accepted by filter */ member in struct:pcap_md
/external/libpcap/
H A Dpcap-pf.c84 u_long TotAccepted; /* count accepted by filter */ member in struct:pcap_pf
210 pf->TotAccepted++;
283 ps->ps_recv = pf->TotAccepted;
H A Dpcap-rpcap.h287 u_long TotAccepted; /* count accepted by filter */ member in struct:pcap_md
355 * - TotAccepted: the amount of packets that satisfies the filter
369 * equal to (TotAccepted - TotDrops), except for the case of remote capture, in which we have also
371 * received (yet) from the client. In this case, (TotAccepted - TotDrops - TotNetDrops) gives a

Completed in 965 milliseconds