Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dsoft_source_match_table.c154 typedef struct srcMatchExtEntry struct
160 static sSrcMatchExtEntry srcMatchExtEntry[RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM]; argument
174 if (checksum == srcMatchExtEntry[i].checksum && srcMatchExtEntry[i].allocated) in utilsSoftSrcMatchExtFindEntry()
190 if (!srcMatchExtEntry[i].allocated) in findSrcMatchExtAvailEntry()
209 srcMatchExtEntry[entry].checksum = checksum; in addToSrcMatchExtIndirect()
210 srcMatchExtEntry[entry].allocated = true; in addToSrcMatchExtIndirect()
215 srcMatchExtEntry[entry].allocated = false; in removeFromSrcMatchExtIndirect()
216 srcMatchExtEntry[entry].checksum = 0; in removeFromSrcMatchExtIndirect()
261 memset(srcMatchExtEntry, 0, sizeof(srcMatchExtEntry)); in otPlatRadioClearSrcMatchExtEntries()