Home
last modified time | relevance | path

Searched refs:addrPtr (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/cli/
Dcli_commissioner.cpp127 const otExtAddress *addrPtr = nullptr; in Process() local
202 addrPtr = &addr; in Process()
248 … error = otCommissionerAddJoiner(GetInstancePtr(), addrPtr, aArgs[2].GetCString(), timeout); in Process()
280 error = otCommissionerRemoveJoiner(GetInstancePtr(), addrPtr); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2055 const otIp6Address *addrPtr; in HandlePropertyRemove() local
2057 SuccessOrExit(error = mDecoder.ReadIp6Address(addrPtr)); in HandlePropertyRemove()
2059 error = otIp6RemoveUnicastAddress(mInstance, addrPtr); in HandlePropertyRemove()
2114 const otIp6Address *addrPtr; in HandlePropertyInsert() local
2116 SuccessOrExit(error = mDecoder.ReadIp6Address(addrPtr)); in HandlePropertyInsert()
2118 error = otIp6SubscribeMulticastAddress(mInstance, addrPtr); in HandlePropertyInsert()
2132 const otIp6Address *addrPtr; in HandlePropertyRemove() local
2134 SuccessOrExit(error = mDecoder.ReadIp6Address(addrPtr)); in HandlePropertyRemove()
2136 error = otIp6UnsubscribeMulticastAddress(mInstance, addrPtr); in HandlePropertyRemove()