Lines Matching refs:mid
321 msg->mid = coap_header_get_id(msg->in.in_cpkt); in build_msg_block_for_send()
324 msg->mid = coap_next_id(); in build_msg_block_for_send()
657 tokenlen, token, msg->code, msg->mid); in lwm2m_init_message()
778 int lwm2m_send_empty_ack(struct lwm2m_ctx *client_ctx, uint16_t mid) in lwm2m_send_empty_ack() argument
791 msg->mid = mid; in lwm2m_send_empty_ack()
824 if (lwm2m_send_empty_ack(client_ctx, request->mid) < 0) { in lwm2m_acknowledge()
2643 msg->mid = coap_next_id(); in lwm2m_response_promote_to_con()
2652 msg->cpkt.data[2] = msg->mid >> 8; in lwm2m_response_promote_to_con()
2653 msg->cpkt.data[3] = (uint8_t)msg->mid; in lwm2m_response_promote_to_con()
2891 msg->mid = coap_header_get_id(&response); in lwm2m_udp_receive()
3135 msg->mid = coap_next_id(); in generate_notify_message()
3591 msg->mid = coap_next_id(); in lwm2m_send_cb()