Searched refs:otPacketsAndBytes (Results 1 – 3 of 3) sorted by relevance
813 typedef struct otPacketsAndBytes struct817 } otPacketsAndBytes; argument824 otPacketsAndBytes mInboundUnicast; ///< The counters for inbound unicast.825 otPacketsAndBytes mInboundMulticast; ///< The counters for inbound multicast.826 otPacketsAndBytes mOutboundUnicast; ///< The counters for outbound unicast.827 otPacketsAndBytes mOutboundMulticast; ///< The counters for outbound multicast.828 …otPacketsAndBytes mInboundInternet; ///< The counters for inbound Internet when DHCPv6 PD enable…829 …otPacketsAndBytes mOutboundInternet; ///< The counters for outbound Internet when DHCPv6 PD enabl…
1407 otPacketsAndBytes *counter = nullptr; in UpdateBorderRoutingCounters()1408 otPacketsAndBytes *internetCounter = nullptr; in UpdateBorderRoutingCounters()
2158 const otPacketsAndBytes otBorderRoutingCounters::*mPacketsAndBytes; in OutputBorderRouterCounters()