Home
last modified time | relevance | path

Searched refs:otPacketsAndBytes (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dip6.h813 typedef struct otPacketsAndBytes struct
817 } otPacketsAndBytes; argument
824 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.
828otPacketsAndBytes mInboundInternet; ///< The counters for inbound Internet when DHCPv6 PD enable…
829otPacketsAndBytes mOutboundInternet; ///< The counters for outbound Internet when DHCPv6 PD enabl…
/openthread-latest/src/core/net/
Dip6.cpp1407 otPacketsAndBytes *counter = nullptr; in UpdateBorderRoutingCounters()
1408 otPacketsAndBytes *internetCounter = nullptr; in UpdateBorderRoutingCounters()
/openthread-latest/src/cli/
Dcli.cpp2158 const otPacketsAndBytes otBorderRoutingCounters::*mPacketsAndBytes; in OutputBorderRouterCounters()