Home
last modified time | relevance | path

Searched refs:UpdateBorderRoutingCounters (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dip6.hpp382 … void UpdateBorderRoutingCounters(const Header &aHeader, uint16_t aMessageLength, bool aIsInbound);
Dip6.cpp1014 UpdateBorderRoutingCounters(aHeader, messagePtr->GetLength(), /* aIsInbound */ false); in PassToHost()
1065 UpdateBorderRoutingCounters(header, aMessagePtr->GetLength(), /* aIsInbound */ true); in SendRaw()
1403 void Ip6::UpdateBorderRoutingCounters(const Header &aHeader, uint16_t aMessageLength, bool aIsInbou… in UpdateBorderRoutingCounters() function in ot::Ip6::Ip6