Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dip6.h355 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance);
/openthread-latest/src/core/api/
Dip6_api.cpp86 const otNetifMulticastAddress *otIp6GetMulticastAddresses(otInstance *aInstance) in otIp6GetMulticastAddresses() function
/openthread-latest/src/cli/
Dcli.cpp3439 … for (const otNetifMulticastAddress *addr = otIp6GetMulticastAddresses(GetInstancePtr()); addr; in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2100 for (address = otIp6GetMulticastAddresses(mInstance); address; address = address->mNext) in HandlePropertyGet()