Home
last modified time | relevance | path

Searched refs:packets_in (Results 1 – 25 of 48) sorted by relevance

12

/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/sysinfo-0.20.5/src/apple/
H A Dnetwork.rs103 packets_in, in update_networks()
130 let packets_in = (*if2m).ifm_data.ifi_ipackets; in update_networks() localVariable
140 packets_in, in update_networks()
141 old_packets_in: packets_in, in update_networks()
184 packets_in: u64, field
213 self.packets_in.saturating_sub(self.old_packets_in) in packets_received()
217 self.packets_in in total_packets_received()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/sysinfo-0.20.5/src/windows/
H A Dnetwork.rs117 packets_in,
132 let packets_in = ptr.InUcastPkts + ptr.InNUcastPkts;
141 packets_in,
142 old_packets_in: packets_in,
174 packets_in,
197 packets_in: u64,
226 self.packets_in.saturating_sub(self.old_packets_in)
230 self.packets_in
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/linux/
H A Dnetload.c221 if(read_value(server, dev, "rx_packets", &buf->packets_in)) in linux_2_6_stats()
227 buf->packets_total = buf->packets_in + buf->packets_out; in linux_2_6_stats()
302 buf->packets_in += packets; in linux_2_0_stats()
415 buf->packets_in = strtoull (p, &p, 0); in linux_2_4_stats()
433 buf->packets_total = buf->packets_in + buf->packets_out; in linux_2_4_stats()
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/darwin/
H A Dnetload.c153 buf->packets_in = ifm->ifm_data.ifi_ipackets; in glibtop_get_netload_p()
155 buf->packets_total = buf->packets_in + buf->packets_out; in glibtop_get_netload_p()
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/aix/
H A Dnetload.c192 buf->packets_in = ifnet.if_ipackets; in glibtop_get_netload_p()
194 buf->packets_total = buf->packets_in + buf->packets_out; in glibtop_get_netload_p()
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/solaris/
H A Dnetload.c146 buf->packets_in= kdata->value.ul; in solaris_stats()
176 buf->packets_total = buf->packets_in + buf->packets_out; in solaris_stats()
/dports/net-im/jggtrans/jggtrans-2.2.6/src/
H A Dggtrans.h58 extern unsigned long packets_in;
H A Dstats.c35 return packets_in; in stat_packets_in()
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/freebsd/
H A Dnetload.c171 buf->packets_in = IFA_STAT(ipackets); in glibtop_get_netload_p()
173 buf->packets_total = buf->packets_in + buf->packets_out; in glibtop_get_netload_p()
/dports/net-mgmt/bwm-ng/bwm-ng-0.6/
H A DREADME79 …ytes_in/s;bytes_total/s;bytes_in;bytes_out;packets_out/s;packets_in/s;packets_total/s;packets_in;p…
81 unix timestamp;iface_name;bytes_out;bytes_in;bytes_total;packets_out;packets_in;packets_total;error…
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/openbsd/
H A Dnetload.c163 buf->packets_in = ifnet.if_ipackets; in glibtop_get_netload_p()
165 buf->packets_total = buf->packets_in + buf->packets_out; in glibtop_get_netload_p()
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/bsd/
H A Dnetload.c189 buf->packets_in = ifnet.if_ipackets; in glibtop_get_netload_p()
191 buf->packets_total = buf->packets_in + buf->packets_out; in glibtop_get_netload_p()
/dports/devel/libgtop/libgtop-2.40.0/include/glibtop/
H A Dnetload.h91 guint64 packets_in; /* GLIBTOP_NETLOAD_PACKETS_IN */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dsch_pie.c114 q->stats.packets_in++; in pie_qdisc_enqueue()
499 .packets_in = q->stats.packets_in, in pie_dump_stats()
H A Dsch_fq_pie.c173 q->stats.packets_in++; in fq_pie_qdisc_enqueue()
479 .packets_in = q->stats.packets_in, in fq_pie_dump_stats()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dsch_pie.c114 q->stats.packets_in++; in pie_qdisc_enqueue()
499 .packets_in = q->stats.packets_in, in pie_dump_stats()
H A Dsch_fq_pie.c173 q->stats.packets_in++; in fq_pie_qdisc_enqueue()
479 .packets_in = q->stats.packets_in, in fq_pie_dump_stats()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dsch_pie.c114 q->stats.packets_in++; in pie_qdisc_enqueue()
499 .packets_in = q->stats.packets_in, in pie_dump_stats()
H A Dsch_fq_pie.c173 q->stats.packets_in++; in fq_pie_qdisc_enqueue()
479 .packets_in = q->stats.packets_in, in fq_pie_dump_stats()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dsession_status.hpp65 std::uint64_t packets_in; member
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dsession_status.hpp65 std::uint64_t packets_in; member
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/tracker/dht/
H A DDHTTrackerPluginAlt.java88 private volatile long packets_in; field in DHTTrackerPluginAlt
152 packets_in++; in getServer()
452 ", in=" + packets_in + "/" + DisplayFormatters.formatByteCountToKiBEtc( bytes_in ) + in getString()
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dpie.h72 u32 packets_in; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dpie.h72 u32 packets_in; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dpie.h72 u32 packets_in; member

12