Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 20 of 20) sorted by relevance

/external/iproute2/ip/
Dtunnel.c206 unsigned long rx_bytes, rx_packets, rx_errs, rx_drops, in tnl_print_stats() local
212 &rx_bytes, &rx_packets, &rx_errs, &rx_drops, in tnl_print_stats()
221 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_); in tnl_print_stats()
Dipaddress.c472 print_num(fp, 10, s->rx_bytes); in print_link_stats64()
537 print_num(fp, 10, s->rx_bytes); in print_link_stats32()
/external/tcpdump/tests/
Dof10_p3295-vv.out741 …port_no 42, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
742 …port_no 33, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
743 …port_no 36, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
744 …port_no 31, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
745 …port_no 48, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
746 …port_no 40, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
747 …port_no 1, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_erro…
748 …port_no 28, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
749 …port_no 20, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
750 …port_no 10, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
[all …]
Dof10_s4810-vvvv.out899 …port_no 1, rx_packets 129437, tx_packets 8061, rx_bytes 16090662, tx_bytes 515904, rx_dropped 0, t…
904 …port_no 2, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_erro…
/external/wpa_supplicant_8/src/ap/
Daccounting.c181 if (sta->last_rx_bytes_lo > data->rx_bytes) in accounting_sta_update_stats()
183 sta->last_rx_bytes_lo = data->rx_bytes; in accounting_sta_update_stats()
193 data->rx_bytes, sta->last_rx_bytes_hi, in accounting_sta_update_stats()
309 bytes = data.rx_bytes; in accounting_sta_report()
Dctrl_iface_ap.c41 data.rx_bytes, data.tx_bytes); in hostapd_get_sta_tx_rx()
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h75 __aligned_u64 rx_bytes; member
Dif_link.h11 __u32 rx_bytes; /* total bytes received */ member
44 __u64 rx_bytes; /* total bytes received */ member
Dopenvswitch.h110 __u64 rx_bytes; /* total bytes received */ member
/external/libnl/include/linux/
Dif_link.h11 __u32 rx_bytes; /* total bytes received */ member
/external/iproute2/include/linux/
Dif_link.h11 __u32 rx_bytes; /* total bytes received */ member
44 __u64 rx_bytes; /* total bytes received */ member
/external/libpcap/
Dpcap-dos.h177 DWORD rx_bytes; /* total bytes received */ member
/external/libpcap/pcap/
Dpcap.h185 u_long rx_bytes; /* total bytes received */ member
/external/libnl/lib/route/
Dlink.c297 link->l_stats[RTNL_LINK_RX_BYTES] = st->rx_bytes; in link_msg_parser()
1066 __ADD(RTNL_LINK_RX_BYTES, rx_bytes)
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c654 data->rx_bytes = stats.is_stats.ns_rx_bytes; in atheros_read_sta_driver_data()
1228 drv->acct_data.rx_bytes = val; in atheros_wireless_event_wireless_custom()
Ddriver.h1386 unsigned long long rx_bytes, tx_bytes; member
Ddriver_hostap.c606 data->rx_bytes = val; in hostap_read_sta_data()
Ddriver_bsd.c750 data->rx_bytes = stats.is_stats.ns_rx_bytes; in bsd_read_sta_driver_data()
Ddriver_nl80211.c5446 data->rx_bytes = nla_get_u32(stats[NL80211_STA_INFO_RX_BYTES]); in get_sta_handler()
5455 data->rx_bytes = in get_sta_handler()
/external/toybox/toys/pending/
Dip.c713 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors, in print_stats()