Searched refs:body_encode_buffer (Results 1 – 2 of 2) sorted by relevance
307 msg->body_encode_buffer.hdr_len); in build_msg_block_for_send()311 msg->cpkt.hdr_len = msg->body_encode_buffer.hdr_len; in build_msg_block_for_send()342 msg->body_encode_buffer.data + msg->body_encode_buffer.hdr_len, in build_msg_block_for_send()343 msg->body_encode_buffer.opt_len); in build_msg_block_for_send()347 msg->cpkt.opt_len = msg->body_encode_buffer.opt_len; in build_msg_block_for_send()349 msg->cpkt.delta = msg->body_encode_buffer.delta; in build_msg_block_for_send()397 msg->body_encode_buffer = msg->cpkt; in prepare_msg_for_send()409 msg->body_encode_buffer.offset); in prepare_msg_for_send()419 msg->body_encode_buffer.data = NULL; in prepare_msg_for_send()641 if (msg->body_encode_buffer.data == NULL) { in lwm2m_init_message()[all …]
498 struct coap_packet body_encode_buffer; member
Completed in 17 milliseconds