Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dsoft_source_match_table.c163 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress) in utilsSoftSrcMatchExtFindEntry() function
245 entry = utilsSoftSrcMatchExtFindEntry(aExtAddress); in otPlatRadioClearSrcMatchExtEntry()
H A Dsoft_source_match_table.h65 int16_t utilsSoftSrcMatchExtFindEntry(const otExtAddress *aExtAddress);
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dradio.c316 rval = utilsSoftSrcMatchExtFindEntry(&extAddr) >= 0; in hasFramePending()