Searched refs:SendRouterAdvert (Results 1 – 1 of 1) sorted by relevance
| /openthread-latest/tests/unit/ |
| D | test_routing_manager.cpp | 238 void SendRouterAdvert(const Ip6::Address &aAddress, const Icmp6Packet &aPacket); 653 void SendRouterAdvert(const Ip6::Address &aAddress, const uint8_t *aBuffer, uint16_t aLength) in SendRouterAdvert() function 658 void SendRouterAdvert(const Ip6::Address &aAddress, const Icmp6Packet &aPacket) in SendRouterAdvert() function 660 SendRouterAdvert(aAddress, aPacket.GetBytes(), aPacket.GetLength()); in SendRouterAdvert() 891 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() function 905 SendRouterAdvert(aRouterAddress, packet); in SendRouterAdvert() 911 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() function 917 SendRouterAdvert(aRouterAddress, aPios, kNumPios, aRios, kNumRios, aDefaultRoute, aRaFlags); in SendRouterAdvert() 921 void SendRouterAdvert(const Ip6::Address &aRouterAddress, in SendRouterAdvert() function 926 SendRouterAdvert(aRouterAddress, aPios, kNumPios, nullptr, 0, aDefaultRoute, aRaFlags); in SendRouterAdvert() [all …]
|