OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_recv
(Results
1 - 22
of
22
) sorted by null
/external/libpcap/
dlpisubs.c
85
* "
ps_recv
" counts packets handed to the filter, not packets
112
ps->
ps_recv
+= ps->ps_drop;
178
++pd->stat.
ps_recv
;
pcap-septel.c
160
ps->stat.
ps_recv
++;
245
/*handlep->stat.
ps_recv
= 0;*/
pcap-bt-monitor-linux.c
146
stats->
ps_recv
= 0;
pcap-can-linux.c
287
stats->
ps_recv
= 0; /* number of packets received */
pcap-dbus.c
132
stats->
ps_recv
= handlep->packets_read;
pcap-nit.c
83
* "
ps_recv
" counts packets handed to the filter, not packets
175
++pn->stat.
ps_recv
;
pcap-bt-linux.c
399
stats->
ps_recv
= s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx +
pcap-canusb-linux.c
442
stats->
ps_recv
= 0; /* number of packets received */
pcap-snit.c
95
* "
ps_recv
" counts packets handed to the filter, not packets
167
++psn->stat.
ps_recv
;
pcap-snoop.c
131
++psn->stat.
ps_recv
;
193
* "
ps_recv
" counts only packets that passed the filter.
pcap-pf.c
250
* "
ps_recv
" counts only packets that passed the filter.
253
* by adding "ps_drop" to "
ps_recv
", for compatibility
255
* some platforms "
ps_recv
" counts only packets that
269
* "
ps_recv
" counts only packets that passed the filter.
283
ps->
ps_recv
= pf->TotAccepted;
pcap-snf.c
58
ps->
ps_recv
= stats.ring_pkt_recv + stats.ring_pkt_overflow;
pcap-dag.c
590
pd->stat.
ps_recv
++;
852
handlep->stat.
ps_recv
= 0;
970
/*pd->stat.
ps_recv
= 0;*/
[
all
...]
pcap-usb-linux.c
744
stats->
ps_recv
= handlep->packets_read;
771
stats->
ps_recv
= handlep->packets_read + st.queued;
pcap-netfilter-linux.c
226
stats->
ps_recv
= handlep->packets_read;
pcap-win32.c
347
pw->stat.
ps_recv
++;
pcap-dos.c
374
pd->stat.
ps_recv
= stats->rx_packets;
[
all
...]
pcap-sita.c
806
ps->
ps_recv
= ntohl(*(uint32_t *)&buf[0]); /* break the buffer into its three 32 bit components */
[
all
...]
pcap-bpf.c
795
* "
ps_recv
" counts packets handed to the filter, not packets
813
ps->
ps_recv
= s.bs_recv;
[
all
...]
pcap-linux.c
[
all
...]
/external/libpcap/pcap/
pcap.h
170
u_int
ps_recv
; /* number of packets received */
member in struct:pcap_stat
/external/tcpdump/
tcpdump.c
[
all
...]
Completed in 596 milliseconds