/third_party/lwip/test/unit/udp/ |
D | test_udp.c | 13 u32_t rx_bytes; member 164 ctr->rx_bytes += p->tot_len; in test_recv() 264 fail_unless(ctr1.rx_bytes == 16); in START_TEST() 269 ctr1.rx_cnt = ctr1.rx_bytes = 0; in START_TEST() 277 fail_unless(ctr2.rx_bytes == 16); in START_TEST() 282 ctr2.rx_cnt = ctr2.rx_bytes = 0; in START_TEST() 290 fail_unless(ctr1.rx_bytes == 16); in START_TEST() 295 ctr1.rx_cnt = ctr1.rx_bytes = 0; in START_TEST() 303 fail_unless(ctr2.rx_bytes == 16); in START_TEST() 308 ctr2.rx_cnt = ctr2.rx_bytes = 0; in START_TEST() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | accounting.c | 179 if (sta->last_rx_bytes_lo > data->rx_bytes) in accounting_sta_update_stats() 181 sta->last_rx_bytes_lo = data->rx_bytes; in accounting_sta_update_stats() 191 data->rx_bytes, sta->last_rx_bytes_hi, in accounting_sta_update_stats() 307 bytes = data.rx_bytes; in accounting_sta_report()
|
D | ctrl_iface_ap.c | 94 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | accounting.c | 179 if (sta->last_rx_bytes_lo > data->rx_bytes) in accounting_sta_update_stats() 181 sta->last_rx_bytes_lo = data->rx_bytes; in accounting_sta_update_stats() 191 data->rx_bytes, sta->last_rx_bytes_hi, in accounting_sta_update_stats() 307 bytes = data.rx_bytes; in accounting_sta_report()
|
D | ctrl_iface_ap.c | 68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
|
/third_party/libnl/include/linux-private/linux/ |
D | mpls.h | 68 __u64 rx_bytes; /* total bytes received */ member
|
D | if_link.h | 12 __u32 rx_bytes; /* total bytes received */ member 47 __u64 rx_bytes; /* total bytes received */ member
|
D | if_bridge.h | 150 __u64 rx_bytes; member
|
/third_party/libnl/lib/route/ |
D | link.c | 397 link->l_stats[RTNL_LINK_RX_BYTES] = st->rx_bytes; in rtnl_link_info_parse() 447 link->l_stats[RTNL_LINK_RX_BYTES] = st.rx_bytes; in rtnl_link_info_parse() 3004 __ADD(RTNL_LINK_RX_BYTES, rx_bytes),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_atheros.c | 678 data->rx_bytes = stats.is_stats.ns_rx_bytes; in atheros_read_sta_driver_data() 1290 drv->acct_data.rx_bytes = val; in atheros_wireless_event_wireless_custom()
|
D | driver_hostap.c | 613 data->rx_bytes = val; in hostap_read_sta_data()
|
D | driver.h | 1795 unsigned long long rx_bytes, tx_bytes; member
|
D | driver_bsd.c | 750 data->rx_bytes = stats.is_stats.ns_rx_bytes; in bsd_read_sta_driver_data()
|
D | driver_nl80211.c | 6382 data->rx_bytes = nla_get_u32(stats[NL80211_STA_INFO_RX_BYTES]); in get_sta_handler() 6391 data->rx_bytes = in get_sta_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_atheros.c | 674 data->rx_bytes = stats.is_stats.ns_rx_bytes; in atheros_read_sta_driver_data() 1283 drv->acct_data.rx_bytes = val; in atheros_wireless_event_wireless_custom()
|
D | driver_hostap.c | 617 data->rx_bytes = val; in hostap_read_sta_data()
|
D | driver.h | 2160 unsigned long long rx_bytes, tx_bytes; member
|
D | driver_bsd.c | 969 data->rx_bytes = stats.is_stats.ns_rx_bytes; in bsd_read_sta_driver_data()
|
D | driver_nl80211.c | 7080 data->rx_bytes = nla_get_u32(stats[NL80211_STA_INFO_RX_BYTES]); in get_sta_handler() 7089 data->rx_bytes = in get_sta_handler()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 762 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors, in print_stats()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4230 &data.rx_bytes, in wpas_dbus_getter_sta_rx_bytes()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4825 &data.rx_bytes, in wpas_dbus_getter_sta_rx_bytes()
|