Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_routing_manager.cpp891 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
905 SendRouterAdvert(aRouterAddress, packet); in SendRouterAdvert()
906 Log("Sending RA from router %s", aRouterAddress.ToString().AsCString()); in SendRouterAdvert()
911 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
917 SendRouterAdvert(aRouterAddress, aPios, kNumPios, aRios, kNumRios, aDefaultRoute, aRaFlags); in SendRouterAdvert()
921 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
926 SendRouterAdvert(aRouterAddress, aPios, kNumPios, nullptr, 0, aDefaultRoute, aRaFlags); in SendRouterAdvert()
930 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
935 SendRouterAdvert(aRouterAddress, nullptr, 0, aRios, kNumRios, aDefaultRoute, aRaFlags); in SendRouterAdvert()
938 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() argument
[all …]