Searched refs:otBorderRoutingCounters (Results 1 – 4 of 4) sorted by relevance
822 typedef struct otBorderRoutingCounters struct836 } otBorderRoutingCounters; argument847 const otBorderRoutingCounters *otIp6GetBorderRoutingCounters(otInstance *aInstance);
298 typedef otBorderRoutingCounters BrCounters; ///< Border Routing counters.
277 const otBorderRoutingCounters *otIp6GetBorderRoutingCounters(otInstance *aInstance) in otIp6GetBorderRoutingCounters()
2158 const otPacketsAndBytes otBorderRoutingCounters::*mPacketsAndBytes; in OutputBorderRouterCounters()2163 {&otBorderRoutingCounters::mInboundUnicast, "Inbound Unicast"}, in OutputBorderRouterCounters()2164 {&otBorderRoutingCounters::mInboundMulticast, "Inbound Multicast"}, in OutputBorderRouterCounters()2165 {&otBorderRoutingCounters::mOutboundUnicast, "Outbound Unicast"}, in OutputBorderRouterCounters()2166 {&otBorderRoutingCounters::mOutboundMulticast, "Outbound Multicast"}, in OutputBorderRouterCounters()2169 const otBorderRoutingCounters *brCounters = otIp6GetBorderRoutingCounters(GetInstancePtr()); in OutputBorderRouterCounters()