/external/iproute2/ip/ |
D | tunnel.c | 206 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()
|
D | ipaddress.c | 472 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/ |
D | of10_p3295-vv.out | 741 …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 …]
|
D | of10_s4810-vvvv.out | 899 …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/ |
D | accounting.c | 181 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()
|
D | ctrl_iface_ap.c | 41 data.rx_bytes, data.tx_bytes); in hostapd_get_sta_tx_rx()
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp-ioctl.h | 75 __aligned_u64 rx_bytes; member
|
D | if_link.h | 11 __u32 rx_bytes; /* total bytes received */ member 44 __u64 rx_bytes; /* total bytes received */ member
|
D | openvswitch.h | 110 __u64 rx_bytes; /* total bytes received */ member
|
/external/libnl/include/linux/ |
D | if_link.h | 11 __u32 rx_bytes; /* total bytes received */ member
|
/external/iproute2/include/linux/ |
D | if_link.h | 11 __u32 rx_bytes; /* total bytes received */ member 44 __u64 rx_bytes; /* total bytes received */ member
|
/external/libpcap/ |
D | pcap-dos.h | 177 DWORD rx_bytes; /* total bytes received */ member
|
/external/libpcap/pcap/ |
D | pcap.h | 185 u_long rx_bytes; /* total bytes received */ member
|
/external/libnl/lib/route/ |
D | link.c | 297 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/ |
D | driver_atheros.c | 654 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()
|
D | driver.h | 1386 unsigned long long rx_bytes, tx_bytes; member
|
D | driver_hostap.c | 606 data->rx_bytes = val; in hostap_read_sta_data()
|
D | driver_bsd.c | 750 data->rx_bytes = stats.is_stats.ns_rx_bytes; in bsd_read_sta_driver_data()
|
D | driver_nl80211.c | 5446 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/ |
D | ip.c | 713 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors, in print_stats()
|