Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dsoft_source_match_table.h61 int16_t utilsSoftSrcMatchShortFindEntry(uint16_t aShortAddress);
Dsoft_source_match_table.c60 int16_t utilsSoftSrcMatchShortFindEntry(uint16_t aShortAddress) in utilsSoftSrcMatchShortFindEntry() function
132 entry = utilsSoftSrcMatchShortFindEntry(aShortAddress); in otPlatRadioClearSrcMatchShortEntry()
/openthread-latest/examples/platforms/simulation/
Dradio.c298 rval = utilsSoftSrcMatchShortFindEntry(src.mAddress.mShortAddress) >= 0; in hasFramePending()