Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dip6.h310 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress);
/openthread-3.4.0/src/core/api/
Dip6_api.cpp83 otError otIp6RemoveUnicastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6RemoveUnicastAddress() function
/openthread-3.4.0/src/posix/platform/
Dnetif.cpp1147 error = otIp6RemoveUnicastAddress(aInstance, &addr); in processNetifAddrEvent()
1419 error = otIp6RemoveUnicastAddress(aInstance, &addr); in processNetifAddrEvent()
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp1964 error = otIp6RemoveUnicastAddress(mInstance, addrPtr); in HandlePropertyRemove()
/openthread-3.4.0/src/cli/
Dcli.cpp4068 error = otIp6RemoveUnicastAddress(GetInstancePtr(), &address); in Process()