Searched refs:fmt_opt (Results 1 – 1 of 1) sorted by relevance
1252 coap_opt_t *fmt_opt = coap_check_option(pdu, in coap_handle_request_put_block() local1255 uint16_t fmt = fmt_opt ? coap_decode_var_bytes(coap_opt_value(fmt_opt), in coap_handle_request_put_block()1256 coap_opt_length(fmt_opt)) : in coap_handle_request_put_block()1653 coap_opt_t *fmt_opt = coap_check_option(rcvd, in coap_handle_response_get_block() local1656 uint16_t fmt = fmt_opt ? in coap_handle_response_get_block()1657 coap_decode_var_bytes(coap_opt_value(fmt_opt), in coap_handle_response_get_block()1658 coap_opt_length(fmt_opt)) : in coap_handle_response_get_block()