Go to the documentation of this file.
28 #define GNRC_RPL_NETSTATS_MULTICAST (0)
29 #define GNRC_RPL_NETSTATS_UNICAST (1)
40 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
44 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
59 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
63 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
78 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
82 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
97 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
101 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
116 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
120 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
135 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
139 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
154 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
158 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
173 if (cast == GNRC_RPL_NETSTATS_MULTICAST) {
177 else if (cast == GNRC_RPL_NETSTATS_UNICAST) {
Definition of RPL related packet statistics.
uint32_t dao_ack_rx_mcast_count
multicast dao_ack received in packets
uint32_t dio_rx_mcast_bytes
multicast dio received in bytes
uint32_t dao_ack_tx_ucast_count
unicast dao_ack sent in packets
uint32_t dao_ack_tx_mcast_bytes
multicast dao_ack sent in bytes
uint32_t dao_rx_mcast_count
multicast dao received in packets
static void gnrc_rpl_netstats_rx_DAO(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for received DAO.
static void gnrc_rpl_netstats_tx_DIS(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for sent DIS.
uint32_t dao_ack_rx_ucast_count
unicast dao_ack received in packets
uint32_t dao_tx_mcast_bytes
multicast dao sent in bytes
uint32_t dio_rx_ucast_bytes
unicast dio received in bytes
uint32_t dio_tx_mcast_bytes
multicast dio sent in bytes
static void gnrc_rpl_netstats_rx_DIO(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for received DIO.
uint32_t dio_tx_ucast_count
unicast dio sent in packets
uint32_t dis_tx_ucast_bytes
unicast dis sent in bytes
uint32_t dio_rx_mcast_count
multicast dio received in packets
uint32_t dis_rx_mcast_bytes
multicast dis received in bytes
uint32_t dao_tx_mcast_count
multicast dao sent in packets
uint32_t dio_tx_ucast_bytes
unicast dio sent in bytes
uint32_t dao_ack_tx_mcast_count
multicast dao_ack sent in packets
uint32_t dis_rx_ucast_bytes
unicast dis received in bytes
static void gnrc_rpl_netstats_rx_DIS(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for received DIS.
uint32_t dis_tx_mcast_bytes
multicast dis sent in bytes
uint32_t dis_tx_mcast_count
multicast dis sent in packets
uint32_t dio_tx_mcast_count
multicast dio sent in packets
uint32_t dao_tx_ucast_count
unicast dao sent in packets
static void gnrc_rpl_netstats_rx_DAO_ACK(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for received DAO-ACK.
static void gnrc_rpl_netstats_tx_DAO_ACK(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for sent DAO-ACK.
uint32_t dis_rx_mcast_count
multicast dis received in packets
uint32_t dao_rx_ucast_count
unicast dao received in packets
uint32_t dis_tx_ucast_count
unicast dis sent in packets
uint32_t dao_tx_ucast_bytes
unicast dao sent in bytes
uint32_t dio_rx_ucast_count
unicast dio received in packets
uint32_t dao_ack_tx_ucast_bytes
unicast dao_ack sent in bytes
static void gnrc_rpl_netstats_tx_DAO(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for sent DIO.
uint32_t dis_rx_ucast_count
unicast dis received in packets
uint32_t dao_ack_rx_ucast_bytes
unicast dao_ack received in bytes
static void gnrc_rpl_netstats_tx_DIO(netstats_rpl_t *netstats, size_t len, int cast)
Increase statistics for sent DIO.
uint32_t dao_ack_rx_mcast_bytes
multicast dao_ack received in bytes
uint32_t dao_rx_mcast_bytes
multicast dao received in bytes
uint32_t dao_rx_ucast_bytes
unicast dao received in bytes