Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

nwk_stats_t Struct Reference

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.
uint16_t adapt_layer_tx_queue_size
 Adaptation layer direct TX queue size.
uint16_t adapt_layer_tx_queue_peak
 Adaptation layer direct TX queue size peak.

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

Adaptation layer direct TX queue size peak.

Definition at line 75 of file nwk_stats_api.h.

Adaptation layer direct TX queue size.

Definition at line 74 of file nwk_stats_api.h.

uint32_t buf_alloc

Buffer allocation count.

Definition at line 66 of file nwk_stats_api.h.

Buffer headroom failure count.

Definition at line 69 of file nwk_stats_api.h.

Buffer headroom realloc count.

Definition at line 67 of file nwk_stats_api.h.

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.

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.

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.

RPL malformed message count.

Definition at line 62 of file nwk_stats_api.h.

RPL memory overflow count.

Definition at line 57 of file nwk_stats_api.h.

RPL transmit errors to DODAG parents.

Definition at line 58 of file nwk_stats_api.h.

RPL parent change count.

Definition at line 55 of file nwk_stats_api.h.

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.

RPL unknown instance ID count.

Definition at line 59 of file nwk_stats_api.h.