Searched refs:response_packet (Results 1 – 1 of 1) sorted by relevance
414 struct coap_packet response_packet; in install_update_cb() local435 if (coap_packet_parse(&response_packet, data, rcvd, NULL, 0) < 0) { in install_update_cb()441 if (install_update_cb_check_blk_num(&response_packet) < 0) { in install_update_cb()447 payload_start = coap_packet_get_payload(&response_packet, &payload_len); in install_update_cb()472 if (coap_update_from_block(&response_packet, &ctx.block) < 0) { in install_update_cb()477 if (coap_next_block(&response_packet, &ctx.block) == 0) { in install_update_cb()