Lines Matching refs:sInstance
36 Instance *sInstance; variable
107 …sInstance->Get<Mle::MleRouter>().SetMeshLocalPrefix(static_cast<Ip6::NetworkPrefix &>(meshLocalPre… in Init()
125 Message *message = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6); in Init()
133 …sInstance->Get<NetworkData::Leader>().SetNetworkData(0, 0, NetworkData::kStableSubset, *message, o… in Init()
181 … VerifyOrQuit((message = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6)) != nullptr); in Test()
204 …VerifyOrQuit((compressedMsg = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6)) != nullpt… in Test()
228 … VerifyOrQuit((message = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6)) != nullptr); in Test()
1767 sInstance = testInitInstance(); in TestLowpanIphc()
1769 VerifyOrQuit(sInstance != nullptr, "nullptr instance"); in TestLowpanIphc()
1771 sIp6 = &sInstance->Get<Ip6::Ip6>(); in TestLowpanIphc()
1772 sLowpan = &sInstance->Get<Lowpan::Lowpan>(); in TestLowpanIphc()
1854 testFreeInstance(sInstance); in TestLowpanIphc()