Searched refs:addrPtr (Results 1 – 2 of 2) sorted by relevance
127 const otExtAddress *addrPtr = nullptr; in Process() local202 addrPtr = &addr; in Process()248 … error = otCommissionerAddJoiner(GetInstancePtr(), addrPtr, aArgs[2].GetCString(), timeout); in Process()280 error = otCommissionerRemoveJoiner(GetInstancePtr(), addrPtr); in Process()
2055 const otIp6Address *addrPtr; in HandlePropertyRemove() local2057 SuccessOrExit(error = mDecoder.ReadIp6Address(addrPtr)); in HandlePropertyRemove()2059 error = otIp6RemoveUnicastAddress(mInstance, addrPtr); in HandlePropertyRemove()2114 const otIp6Address *addrPtr; in HandlePropertyInsert() local2116 SuccessOrExit(error = mDecoder.ReadIp6Address(addrPtr)); in HandlePropertyInsert()2118 error = otIp6SubscribeMulticastAddress(mInstance, addrPtr); in HandlePropertyInsert()2132 const otIp6Address *addrPtr; in HandlePropertyRemove() local2134 SuccessOrExit(error = mDecoder.ReadIp6Address(addrPtr)); in HandlePropertyRemove()2136 error = otIp6UnsubscribeMulticastAddress(mInstance, addrPtr); in HandlePropertyRemove()