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.

The counters for inbound Internet when DHCPv6 PD enabled.

The counters for outbound Internet when DHCPv6 PD enabled.

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.


mInboundMulticast#

otPacketsAndBytes otBorderRoutingCounters::mInboundMulticast

The counters for inbound multicast.


mOutboundUnicast#

otPacketsAndBytes otBorderRoutingCounters::mOutboundUnicast

The counters for outbound unicast.


mOutboundMulticast#

otPacketsAndBytes otBorderRoutingCounters::mOutboundMulticast

The counters for outbound multicast.


mInboundInternet#

otPacketsAndBytes otBorderRoutingCounters::mInboundInternet

The counters for inbound Internet when DHCPv6 PD enabled.


mOutboundInternet#

otPacketsAndBytes otBorderRoutingCounters::mOutboundInternet

The counters for outbound Internet when DHCPv6 PD enabled.


mRaRx#

uint32_t otBorderRoutingCounters::mRaRx

The number of received RA packets.


mRaTxSuccess#

uint32_t otBorderRoutingCounters::mRaTxSuccess

The number of RA packets successfully transmitted.


mRaTxFailure#

uint32_t otBorderRoutingCounters::mRaTxFailure

The number of RA packets failed to transmit.


mRsRx#

uint32_t otBorderRoutingCounters::mRsRx

The number of received RS packets.


mRsTxSuccess#

uint32_t otBorderRoutingCounters::mRsTxSuccess

The number of RS packets successfully transmitted.


mRsTxFailure#

uint32_t otBorderRoutingCounters::mRsTxFailure

The number of RS packets failed to transmit.