Home
last modified time | relevance | path

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

/openthread-3.5.0/tests/unit/
Dtest_routing_manager.cpp774 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
784 SendRouterAdvert(aRouterAddress, buffer, length); in SendRouterAdvert()
785 Log("Sending RA from router %s", aRouterAddress.ToString().AsCString()); in SendRouterAdvert()
790 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
795 SendRouterAdvert(aRouterAddress, aPios, kNumPios, aRios, kNumRios, aDefaultRoute); in SendRouterAdvert()
799 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
803 SendRouterAdvert(aRouterAddress, aPios, kNumPios, nullptr, 0, aDefaultRoute); in SendRouterAdvert()
807 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
811 SendRouterAdvert(aRouterAddress, nullptr, 0, aRios, kNumRios, aDefaultRoute); in SendRouterAdvert()
814 void SendRouterAdvert(const Ip6::Address &aRouterAddress, const DefaultRoute &aDefaultRoute) in SendRouterAdvert() argument
[all …]