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.
The number of received RA packets.
The number of RA packets successfully transmitted.
The number of RA packets failed to transmit.
The number of received RS packets.
The number of RS packets successfully transmitted.
The number of RS packets failed to transmit.
Public Attribute Documentation#
mInboundUnicast#
otPacketsAndBytes otBorderRoutingCounters::mInboundUnicast
The counters for inbound unicast.
907
of file include/openthread/ip6.h
mInboundMulticast#
otPacketsAndBytes otBorderRoutingCounters::mInboundMulticast
The counters for inbound multicast.
908
of file include/openthread/ip6.h
mOutboundUnicast#
otPacketsAndBytes otBorderRoutingCounters::mOutboundUnicast
The counters for outbound unicast.
909
of file include/openthread/ip6.h
mOutboundMulticast#
otPacketsAndBytes otBorderRoutingCounters::mOutboundMulticast
The counters for outbound multicast.
910
of file include/openthread/ip6.h
mInboundInternet#
otPacketsAndBytes otBorderRoutingCounters::mInboundInternet
The counters for inbound Internet when DHCPv6 PD enabled.
911
of file include/openthread/ip6.h
mOutboundInternet#
otPacketsAndBytes otBorderRoutingCounters::mOutboundInternet
The counters for outbound Internet when DHCPv6 PD enabled.
912
of file include/openthread/ip6.h
mRaRx#
uint32_t otBorderRoutingCounters::mRaRx
The number of received RA packets.
913
of file include/openthread/ip6.h
mRaTxSuccess#
uint32_t otBorderRoutingCounters::mRaTxSuccess
The number of RA packets successfully transmitted.
914
of file include/openthread/ip6.h
mRaTxFailure#
uint32_t otBorderRoutingCounters::mRaTxFailure
The number of RA packets failed to transmit.
915
of file include/openthread/ip6.h
mRsRx#
uint32_t otBorderRoutingCounters::mRsRx
The number of received RS packets.
916
of file include/openthread/ip6.h
mRsTxSuccess#
uint32_t otBorderRoutingCounters::mRsTxSuccess
The number of RS packets successfully transmitted.
917
of file include/openthread/ip6.h
mRsTxFailure#
uint32_t otBorderRoutingCounters::mRsTxFailure
The number of RS packets failed to transmit.
918
of file include/openthread/ip6.h