Home
last modified time | relevance | path

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

/openthread-3.4.0/examples/platforms/utils/
Dsoft_source_match_table.c155 typedef struct srcMatchExtEntry struct
161 static sSrcMatchExtEntry srcMatchExtEntry[RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM]; argument
175 if (checksum == srcMatchExtEntry[i].checksum && srcMatchExtEntry[i].allocated) in utilsSoftSrcMatchExtFindEntry()
191 if (!srcMatchExtEntry[i].allocated) in findSrcMatchExtAvailEntry()
210 srcMatchExtEntry[entry].checksum = checksum; in addToSrcMatchExtIndirect()
211 srcMatchExtEntry[entry].allocated = true; in addToSrcMatchExtIndirect()
216 srcMatchExtEntry[entry].allocated = false; in removeFromSrcMatchExtIndirect()
217 srcMatchExtEntry[entry].checksum = 0; in removeFromSrcMatchExtIndirect()
262 memset(srcMatchExtEntry, 0, sizeof(srcMatchExtEntry)); in otPlatRadioClearSrcMatchExtEntries()