otBorderRoutingCounters
#include <ip6.h>
Represents the counters of packets forwarded via Border Routing.
Summary
Public attributes |
|
---|---|
mInboundInternet
|
The counters for inbound Internet when DHCPv6 PD enabled.
|
mInboundMulticast
|
The counters for inbound multicast.
|
mInboundUnicast
|
The counters for inbound unicast.
|
mOutboundInternet
|
The counters for outbound Internet when DHCPv6 PD enabled.
|
mOutboundMulticast
|
The counters for outbound multicast.
|
mOutboundUnicast
|
The counters for outbound unicast.
|
mRaRx
|
uint32_t
The number of received RA packets.
|
mRaTxFailure
|
uint32_t
The number of RA packets failed to transmit.
|
mRaTxSuccess
|
uint32_t
The number of RA packets successfully transmitted.
|
mRsRx
|
uint32_t
The number of received RS packets.
|
mRsTxFailure
|
uint32_t
The number of RS packets failed to transmit.
|
mRsTxSuccess
|
uint32_t
The number of RS packets successfully transmitted.
|
Public attributes
mInboundInternet
otPacketsAndBytes otBorderRoutingCounters::mInboundInternet
The counters for inbound Internet when DHCPv6 PD enabled.
mInboundMulticast
otPacketsAndBytes otBorderRoutingCounters::mInboundMulticast
The counters for inbound multicast.
mInboundUnicast
otPacketsAndBytes otBorderRoutingCounters::mInboundUnicast
The counters for inbound unicast.
mOutboundInternet
otPacketsAndBytes otBorderRoutingCounters::mOutboundInternet
The counters for outbound Internet when DHCPv6 PD enabled.
mOutboundMulticast
otPacketsAndBytes otBorderRoutingCounters::mOutboundMulticast
The counters for outbound multicast.
mOutboundUnicast
otPacketsAndBytes otBorderRoutingCounters::mOutboundUnicast
The counters for outbound unicast.
mRaRx
uint32_t otBorderRoutingCounters::mRaRx
The number of received RA packets.
mRaTxFailure
uint32_t otBorderRoutingCounters::mRaTxFailure
The number of RA packets failed to transmit.
mRaTxSuccess
uint32_t otBorderRoutingCounters::mRaTxSuccess
The number of RA packets successfully transmitted.
mRsRx
uint32_t otBorderRoutingCounters::mRsRx
The number of received RS packets.
mRsTxFailure
uint32_t otBorderRoutingCounters::mRsTxFailure
The number of RS packets failed to transmit.
mRsTxSuccess
uint32_t otBorderRoutingCounters::mRsTxSuccess
The number of RS packets successfully transmitted.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.