Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_mac_filter.cpp59 while (otLinkFilterGetNextAddress(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NONE) in OutputFilter()
/openthread-latest/include/openthread/
Dlink.h715 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt…
/openthread-latest/src/core/api/
Dlink_api.cpp246 otError otLinkFilterGetNextAddress(otInstance *aInstance, otMacFilterIterator *aIterator, otMacFilt… in otLinkFilterGetNextAddress() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2986 while (otLinkFilterGetNextAddress(mInstance, &iterator, &entry) == OT_ERROR_NONE) in HandlePropertyGet()
3011 while (otLinkFilterGetNextAddress(mInstance, &iterator, &entry) == OT_ERROR_NONE) in HandlePropertyGet()