This structure represents the counters of packets forwarded via Border Routing.

Public Attributes#

The counters for inbound unicast.

The counters for inbound multicast.

The counters for outbound unicast.

The counters for outbound multicast.

uint32_t

The number of received RA packets.

uint32_t

The number of RA packets successfully transmitted.

uint32_t

The number of RA packets failed to transmit.

uint32_t

The number of received RS packets.

uint32_t

The number of RS packets successfully transmitted.

uint32_t

The number of RS packets failed to transmit.

Public Attribute Documentation#

mInboundUnicast#

otPacketsAndBytes otBorderRoutingCounters::mInboundUnicast

The counters for inbound unicast.


Definition at line 885 of file include/openthread/ip6.h

mInboundMulticast#

otPacketsAndBytes otBorderRoutingCounters::mInboundMulticast

The counters for inbound multicast.


Definition at line 886 of file include/openthread/ip6.h

mOutboundUnicast#

otPacketsAndBytes otBorderRoutingCounters::mOutboundUnicast

The counters for outbound unicast.


Definition at line 887 of file include/openthread/ip6.h

mOutboundMulticast#

otPacketsAndBytes otBorderRoutingCounters::mOutboundMulticast

The counters for outbound multicast.


Definition at line 888 of file include/openthread/ip6.h

mRaRx#

uint32_t otBorderRoutingCounters::mRaRx

The number of received RA packets.


Definition at line 889 of file include/openthread/ip6.h

mRaTxSuccess#

uint32_t otBorderRoutingCounters::mRaTxSuccess

The number of RA packets successfully transmitted.


Definition at line 890 of file include/openthread/ip6.h

mRaTxFailure#

uint32_t otBorderRoutingCounters::mRaTxFailure

The number of RA packets failed to transmit.


Definition at line 891 of file include/openthread/ip6.h

mRsRx#

uint32_t otBorderRoutingCounters::mRsRx

The number of received RS packets.


Definition at line 892 of file include/openthread/ip6.h

mRsTxSuccess#

uint32_t otBorderRoutingCounters::mRsTxSuccess

The number of RS packets successfully transmitted.


Definition at line 893 of file include/openthread/ip6.h

mRsTxFailure#

uint32_t otBorderRoutingCounters::mRsTxFailure

The number of RS packets failed to transmit.


Definition at line 894 of file include/openthread/ip6.h