Searched refs:tmpMsg (Results 1 – 2 of 2) sorted by relevance
493 CoAPMessage tmpMsg; in call_cb() local494 memcpy(&tmpMsg, message, sizeof(CoAPMessage)); in call_cb()499 tmpMsg.payload = (unsigned char *)buf; in call_cb()500 tmpMsg.payloadlen = len; in call_cb()505 tmpMsg.payload = NULL; in call_cb()506 tmpMsg.payloadlen = 0; in call_cb()509 cb(context, path, remote, &tmpMsg); in call_cb()
487 CoAPMessage tmpMsg; in call_cb() local488 memcpy(&tmpMsg, message, sizeof(CoAPMessage)); in call_cb()489 tmpMsg.payload = (unsigned char *)buf; in call_cb()490 tmpMsg.payloadlen = len; in call_cb()492 send_item->orig_user_data, remote, &tmpMsg); in call_cb()
Completed in 6 milliseconds