Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dsoft_source_match_table.c52 typedef struct srcMatchShortEntry struct
58 static sSrcMatchShortEntry srcMatchShortEntry[RADIO_CONFIG_SRC_MATCH_SHORT_ENTRY_NUM]; argument
67 if (checksum == srcMatchShortEntry[i].checksum && srcMatchShortEntry[i].allocated) in utilsSoftSrcMatchShortFindEntry()
83 if (!srcMatchShortEntry[i].allocated) in findSrcMatchShortAvailEntry()
97 srcMatchShortEntry[entry].checksum = checksum; in addToSrcMatchShortIndirect()
98 srcMatchShortEntry[entry].allocated = true; in addToSrcMatchShortIndirect()
103 srcMatchShortEntry[entry].allocated = false; in removeFromSrcMatchShortIndirect()
104 srcMatchShortEntry[entry].checksum = 0; in removeFromSrcMatchShortIndirect()
149 memset(srcMatchShortEntry, 0, sizeof(srcMatchShortEntry)); in otPlatRadioClearSrcMatchShortEntries()