Searched refs:ClearSrcMatchExtEntry (Results 1 – 8 of 8) sorted by relevance
178 error = Get<Radio>().ClearSrcMatchExtEntry(aChild.GetExtAddress()); in ClearEntry()
108 Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress) in ClearSrcMatchExtEntry() function in ot::Radio
681 Error ClearSrcMatchExtEntry(const Mac::ExtAddress &aExtAddress);1126 inline Error Radio::ClearSrcMatchExtEntry(const Mac::ExtAddress &) { return kErrorNone; } in ClearSrcMatchExtEntry() function in ot::Radio
170 error = instance.Get<Radio>().ClearSrcMatchExtEntry(AsCoreType(aExtAddress)); in otLinkRawSrcMatchClearExtEntry()
547 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress);
1077 otError RadioSpinel::ClearSrcMatchExtEntry(const otExtAddress &aExtAddress) in ClearSrcMatchExtEntry() function in ot::Spinel::RadioSpinel
457 ASSERT_EQ(platform.mRadioSpinel.ClearSrcMatchExtEntry(kTestExtAddr), kErrorNone); in TEST()
452 return GetRadioSpinel().ClearSrcMatchExtEntry(addr); in otPlatRadioClearSrcMatchExtEntry()