/third_party/lwip/test/unit/tcp/ |
D | test_tcp.c | 364 EXPECT(txcounters.tx_packets != NULL); in START_TEST() 365 if (txcounters.tx_packets != NULL) { in START_TEST() 368 ret = pbuf_copy_partial(txcounters.tx_packets, &tcphdr, 20, 20); in START_TEST() 372 pbuf_free(txcounters.tx_packets); in START_TEST() 373 txcounters.tx_packets = NULL; in START_TEST() 910 EXPECT(txcounters.tx_packets != NULL); in test_tcp_tx_full_window_lost() 911 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost() 914 ret = pbuf_copy_partial(txcounters.tx_packets, &sent, 1, 40U); in test_tcp_tx_full_window_lost() 918 if (txcounters.tx_packets != NULL) { in test_tcp_tx_full_window_lost() 919 pbuf_free(txcounters.tx_packets); in test_tcp_tx_full_window_lost() [all …]
|
D | tcp_helper.c | 289 if (txcounters->tx_packets == NULL) { in test_tcp_netif_output() 290 txcounters->tx_packets = p_copy; in test_tcp_netif_output() 292 pbuf_cat(txcounters->tx_packets, p_copy); in test_tcp_netif_output()
|
D | tcp_helper.h | 26 struct pbuf *tx_packets; member
|
/third_party/libnl/include/linux-private/linux/ |
D | mpls.h | 67 __u64 tx_packets; /* total packets transmitted */ member
|
D | if_link.h | 11 __u32 tx_packets; /* total packets transmitted */ member 46 __u64 tx_packets; /* total packets transmitted */ member
|
D | if_bridge.h | 153 __u64 tx_packets; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | accounting.c | 302 data.tx_packets)) { in accounting_sta_report()
|
D | ctrl_iface_ap.c | 93 data.rx_packets, data.tx_packets, in hostapd_get_sta_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | accounting.c | 302 data.tx_packets)) { in accounting_sta_report()
|
D | ctrl_iface_ap.c | 67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
|
/third_party/libnl/lib/route/ |
D | link.c | 396 link->l_stats[RTNL_LINK_TX_PACKETS] = st->tx_packets; in rtnl_link_info_parse() 446 link->l_stats[RTNL_LINK_TX_PACKETS] = st.tx_packets; in rtnl_link_info_parse() 3003 __ADD(RTNL_LINK_TX_PACKETS, tx_packets),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_atheros.c | 679 data->tx_packets = stats.is_stats.ns_tx_data; in atheros_read_sta_driver_data() 1288 drv->acct_data.tx_packets = val; in atheros_wireless_event_wireless_custom()
|
D | driver_hostap.c | 611 data->tx_packets = val; in hostap_read_sta_data()
|
D | driver.h | 1794 unsigned long rx_packets, tx_packets; member
|
D | driver_bsd.c | 751 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()
|
D | driver_nl80211.c | 6401 data->tx_packets = in get_sta_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_atheros.c | 675 data->tx_packets = stats.is_stats.ns_tx_data; in atheros_read_sta_driver_data() 1281 drv->acct_data.tx_packets = val; in atheros_wireless_event_wireless_custom()
|
D | driver_hostap.c | 615 data->tx_packets = val; in hostap_read_sta_data()
|
D | driver.h | 2159 unsigned long rx_packets, tx_packets; member
|
D | driver_bsd.c | 970 data->tx_packets = stats.is_stats.ns_tx_data; in bsd_read_sta_driver_data()
|
D | driver_nl80211.c | 7099 data->tx_packets = in get_sta_handler()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 773 line_feed, rtstat->tx_bytes, rtstat->tx_packets, rtstat->tx_errors, in print_stats()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4152 &data.tx_packets, in wpas_dbus_getter_sta_tx_packets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4747 &data.tx_packets, in wpas_dbus_getter_sta_tx_packets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 7882 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets); in wpa_supplicant_pktcnt_poll()
|