NanoStack lib for Cortex-M4

Dependents:   mbedEndpointNetwork mbedEndpointNetworkMJK

Fork of Nanostack_lib by Sensinode

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

uint16_t mac_tx_buffer_overflow
 Mac TX queue oferflow count.
uint32_t mac_rx_count
 Mac RX packet count.
uint32_t mac_tx_count
 Mac TX packet count.
uint32_t mac_rx_drop
 Mac RX packet drop count.
uint32_t mac_tx_bytes
 Mac TX bytes count.
uint32_t mac_rx_bytes
 Mac RX bytes count.
uint32_t mac_tx_failed
 Mac TX failed count.
uint32_t mac_tx_retry
 Mac TX retry count.
uint32_t mac_tx_cca_cnt
 Mac TX CCA count.
uint32_t mac_tx_failed_cca
 Mac Failed CCA count.
uint32_t mac_security_drop
 Mac Security Packet drops count.
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_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 frag_rx_errors
 Fragmentation RX error count.
uint32_t frag_tx_errors
 Fragmentation TX error count.
uint16_t rpl_route_routecost_better_change
 RPL Parent Change count.
uint16_t ip_routeloop_detect
 RPL Route Loop detection count.
uint16_t ip_no_route
 RPL No Route count.

Detailed Description

/struct nwk_stats_t /brief Struct for Network stats Buffer structure

Definition at line 20 of file nwk_stats_api.h.


Field Documentation

uint32_t frag_rx_errors

Fragmentation RX error count.

Definition at line 44 of file nwk_stats_api.h.

uint32_t frag_tx_errors

Fragmentation TX error count.

Definition at line 45 of file nwk_stats_api.h.

uint16_t ip_no_route

RPL No Route count.

Definition at line 49 of file nwk_stats_api.h.

uint32_t ip_routed_up

IP Routed UP bytes count.

Definition at line 42 of file nwk_stats_api.h.

RPL Route Loop detection count.

Definition at line 48 of file nwk_stats_api.h.

uint32_t ip_rx_bytes

IP RX bytes count.

Definition at line 41 of file nwk_stats_api.h.

uint32_t ip_rx_count

IP RX Packet count.

Definition at line 36 of file nwk_stats_api.h.

uint32_t ip_rx_drop

IP RX Packet drops count.

Definition at line 38 of file nwk_stats_api.h.

uint32_t ip_tx_bytes

IP TX bytes count.

Definition at line 40 of file nwk_stats_api.h.

uint32_t ip_tx_count

IP TX Packet count.

Definition at line 37 of file nwk_stats_api.h.

uint32_t mac_rx_bytes

Mac RX bytes count.

Definition at line 29 of file nwk_stats_api.h.

uint32_t mac_rx_count

Mac RX packet count.

Definition at line 24 of file nwk_stats_api.h.

uint32_t mac_rx_drop

Mac RX packet drop count.

Definition at line 26 of file nwk_stats_api.h.

Mac Security Packet drops count.

Definition at line 34 of file nwk_stats_api.h.

Mac TX queue oferflow count.

Definition at line 23 of file nwk_stats_api.h.

uint32_t mac_tx_bytes

Mac TX bytes count.

Definition at line 28 of file nwk_stats_api.h.

uint32_t mac_tx_cca_cnt

Mac TX CCA count.

Definition at line 32 of file nwk_stats_api.h.

uint32_t mac_tx_count

Mac TX packet count.

Definition at line 25 of file nwk_stats_api.h.

uint32_t mac_tx_failed

Mac TX failed count.

Definition at line 30 of file nwk_stats_api.h.

Mac Failed CCA count.

Definition at line 33 of file nwk_stats_api.h.

uint32_t mac_tx_retry

Mac TX retry count.

Definition at line 31 of file nwk_stats_api.h.

RPL Parent Change count.

Definition at line 47 of file nwk_stats_api.h.