Searched refs:otLinkFilterGetNextAddress (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/cli/ |
D | cli_mac_filter.cpp | 59 while (otLinkFilterGetNextAddress(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NONE) in OutputFilter()
|
/openthread-latest/include/openthread/ |
D | link.h | 715 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt…
|
/openthread-latest/src/core/api/ |
D | link_api.cpp | 246 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt… in otLinkFilterGetNextAddress() function
|
/openthread-latest/src/ncp/ |
D | ncp_base_mtd.cpp | 2986 while (otLinkFilterGetNextAddress(mInstance, &iterator, &entry) == OT_ERROR_NONE) in HandlePropertyGet() 3011 while (otLinkFilterGetNextAddress(mInstance, &iterator, &entry) == OT_ERROR_NONE) in HandlePropertyGet()
|