Loading...
Searching...
No Matches
rpl_netstats.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 HAW Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
19
20#include <stdint.h>
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
29typedef struct {
30 uint32_t rx_ucast_count;
31 uint32_t rx_ucast_bytes;
32 uint32_t rx_mcast_count;
33 uint32_t rx_mcast_bytes;
34 uint32_t tx_ucast_count;
35 uint32_t tx_ucast_bytes;
36 uint32_t tx_mcast_count;
37 uint32_t tx_mcast_bytes;
38
40
50
51#ifdef __cplusplus
52}
53#endif
54
One block of RPL statistics.
uint32_t rx_ucast_bytes
unicast bytes received
uint32_t rx_mcast_count
multicast packets received
uint32_t tx_mcast_count
multicast packets sent
uint32_t rx_ucast_count
unicast packets received
uint32_t rx_mcast_bytes
multicast bytes received
uint32_t tx_ucast_bytes
unicast bytes sent
uint32_t tx_mcast_bytes
multicast bytes sent
uint32_t tx_ucast_count
unicast packets sent
RPL statistics struct.
netstats_rpl_block_t dis
DIS statistics.
netstats_rpl_block_t dio
DIO statistics.
netstats_rpl_block_t dao_ack
DAO-ACK statistics.
netstats_rpl_block_t dao
DAO statistics.