Searched refs:LogPrefixInfoOption (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 878 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &aPrefix, in LogPrefixInfoOption() function in ot::BorderRouter::RoutingManager 909 void RoutingManager::LogPrefixInfoOption(const Ip6::Prefix &, uint32_t, uint32_t) {} in LogPrefixInfoOption() function in ot::BorderRouter::RoutingManager 1332 LogPrefixInfoOption(prefix, aPio.GetValidLifetime(), aPio.GetPreferredLifetime()); in ProcessPrefixInfoOption() 2828 LogPrefixInfoOption(mLocalPrefix, validLifetime, preferredLifetime); in AppendCurPrefix() 2850 LogPrefixInfoOption(oldPrefix.mPrefix, validLifetime, 0); in AppendOldPrefixes()
|
D | routing_manager.hpp | 1587 …static void LogPrefixInfoOption(const Ip6::Prefix &aPrefix, uint32_t aValidLifetime, uint32_t aPre…
|