Home
last modified time | relevance | path

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

/external/openthread/src/cli/
Dcli_coap.cpp372 otIp6Address coapDestinationIp; in ProcessRequest() local
386 SuccessOrExit(error = aArgs[0].ParseAsIp6Address(coapDestinationIp)); in ProcessRequest()
510 messageInfo.mPeerAddr = coapDestinationIp; in ProcessRequest()
517 memcpy(&mRequestAddr, &coapDestinationIp, sizeof(mRequestAddr)); in ProcessRequest()