Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
nwk_stats_t Struct Reference
/struct nwk_stats_t /brief Struct for network stats buffer structure. More...
#include <nwk_stats_api.h>
Data Fields | |
| uint32_t | ip_rx_count |
| IP RX packet count. | |
| uint32_t | ip_tx_count |
| IP TX packet count. | |
| uint32_t | ip_rx_drop |
| IP RX packet drops count. | |
| uint32_t | ip_cksum_error |
| IP checksum error count. | |
| uint32_t | ip_tx_bytes |
| IP TX bytes count. | |
| uint32_t | ip_rx_bytes |
| IP RX bytes count. | |
| uint32_t | ip_routed_up |
| IP routed UP bytes count. | |
| uint32_t | ip_no_route |
| IP no route count. | |
| uint32_t | frag_rx_errors |
| Fragmentation RX error count. | |
| uint32_t | frag_tx_errors |
| Fragmentation TX error count. | |
| uint32_t | rpl_route_routecost_better_change |
| RPL parent change count. | |
| uint32_t | ip_routeloop_detect |
| RPL route loop detection count. | |
| uint32_t | rpl_memory_overflow |
| RPL memory overflow count. | |
| uint32_t | rpl_parent_tx_fail |
| RPL transmit errors to DODAG parents. | |
| uint32_t | rpl_unknown_instance |
| RPL unknown instance ID count. | |
| uint32_t | rpl_local_repair |
| RPL local repair count. | |
| uint32_t | rpl_global_repair |
| RPL global repair count. | |
| uint32_t | rpl_malformed_message |
| RPL malformed message count. | |
| uint32_t | rpl_time_no_next_hop |
| RPL seconds without a next hop. | |
| uint32_t | rpl_total_memory |
| RPL current memory usage total. | |
| uint32_t | buf_alloc |
| Buffer allocation count. | |
| uint32_t | buf_headroom_realloc |
| Buffer headroom realloc count. | |
| uint32_t | buf_headroom_shuffle |
| Buffer headroom shuffle count. | |
| uint32_t | buf_headroom_fail |
| Buffer headroom failure count. | |
| uint16_t | etx_1st_parent |
| Primary parent ETX. | |
| uint16_t | etx_2nd_parent |
| Secondary parent ETX. | |
Detailed Description
/struct nwk_stats_t /brief Struct for network stats buffer structure.
Definition at line 40 of file nwk_stats_api.h.
Field Documentation
| uint32_t buf_alloc |
Buffer allocation count.
Definition at line 66 of file nwk_stats_api.h.
| uint32_t buf_headroom_fail |
Buffer headroom failure count.
Definition at line 69 of file nwk_stats_api.h.
| uint32_t buf_headroom_realloc |
Buffer headroom realloc count.
Definition at line 67 of file nwk_stats_api.h.
| uint32_t buf_headroom_shuffle |
Buffer headroom shuffle count.
Definition at line 68 of file nwk_stats_api.h.
| uint16_t etx_1st_parent |
Primary parent ETX.
Definition at line 71 of file nwk_stats_api.h.
| uint16_t etx_2nd_parent |
Secondary parent ETX.
Definition at line 72 of file nwk_stats_api.h.
| uint32_t frag_rx_errors |
Fragmentation RX error count.
Definition at line 52 of file nwk_stats_api.h.
| uint32_t frag_tx_errors |
Fragmentation TX error count.
Definition at line 53 of file nwk_stats_api.h.
| uint32_t ip_cksum_error |
IP checksum error count.
Definition at line 45 of file nwk_stats_api.h.
| uint32_t ip_no_route |
IP no route count.
Definition at line 50 of file nwk_stats_api.h.
| uint32_t ip_routed_up |
IP routed UP bytes count.
Definition at line 49 of file nwk_stats_api.h.
| uint32_t ip_routeloop_detect |
RPL route loop detection count.
Definition at line 56 of file nwk_stats_api.h.
| uint32_t ip_rx_bytes |
IP RX bytes count.
Definition at line 48 of file nwk_stats_api.h.
| uint32_t ip_rx_count |
IP RX packet count.
Definition at line 42 of file nwk_stats_api.h.
| uint32_t ip_rx_drop |
IP RX packet drops count.
Definition at line 44 of file nwk_stats_api.h.
| uint32_t ip_tx_bytes |
IP TX bytes count.
Definition at line 47 of file nwk_stats_api.h.
| uint32_t ip_tx_count |
IP TX packet count.
Definition at line 43 of file nwk_stats_api.h.
| uint32_t rpl_global_repair |
RPL global repair count.
Definition at line 61 of file nwk_stats_api.h.
| uint32_t rpl_local_repair |
RPL local repair count.
Definition at line 60 of file nwk_stats_api.h.
| uint32_t rpl_malformed_message |
RPL malformed message count.
Definition at line 62 of file nwk_stats_api.h.
| uint32_t rpl_memory_overflow |
RPL memory overflow count.
Definition at line 57 of file nwk_stats_api.h.
| uint32_t rpl_parent_tx_fail |
RPL transmit errors to DODAG parents.
Definition at line 58 of file nwk_stats_api.h.
| uint32_t rpl_route_routecost_better_change |
RPL parent change count.
Definition at line 55 of file nwk_stats_api.h.
| uint32_t rpl_time_no_next_hop |
RPL seconds without a next hop.
Definition at line 63 of file nwk_stats_api.h.
| uint32_t rpl_total_memory |
RPL current memory usage total.
Definition at line 64 of file nwk_stats_api.h.
| uint32_t rpl_unknown_instance |
RPL unknown instance ID count.
Definition at line 59 of file nwk_stats_api.h.
Generated on Fri Jul 22 2022 04:54:14 by
1.7.2
