Lines Matching defs:reply
16 /* Union as message space and reply space are never used at the same time, and this saves space as
21 struct serialized_rss_comms_reply_t reply;
51 /* Use embed if we can pack into one message and reply, else use
81 size_t reply_size = sizeof(io_buf.reply);
123 err = mhu_receive_data((uint8_t *)&io_buf.reply, &reply_size);
128 VERBOSE("[RSS-COMMS] Received reply\n");
129 VERBOSE("protocol_ver=%u\n", io_buf.reply.header.protocol_ver);
130 VERBOSE("seq_num=%u\n", io_buf.reply.header.seq_num);
131 VERBOSE("client_id=%u\n", io_buf.reply.header.client_id);
134 &io_buf.reply, reply_size);