Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dip6.h284 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress);
/openthread-latest/src/core/api/
Dip6_api.cpp76 otError otIp6AddUnicastAddress(otInstance *aInstance, const otNetifAddress *aAddress) in otIp6AddUnicastAddress() function
/openthread-latest/src/posix/platform/
Dnetif.cpp1352 error = otIp6AddUnicastAddress(aInstance, &netAddr); in processNetifAddrEvent()
1618 error = otIp6AddUnicastAddress(aInstance, &netAddr); in processNetifAddrEvent()
/openthread-latest/tests/unit/
Dtest_dns_client.cpp605 SuccessOrQuit(otIp6AddUnicastAddress(sInstance, &netifAddr)); in TestDnsClient()
/openthread-latest/src/cli/
Dcli.cpp3351 error = otIp6AddUnicastAddress(GetInstancePtr(), &address); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2046 error = otIp6AddUnicastAddress(mInstance, &netifAddr); in HandlePropertyInsert()