Home
last modified time | relevance | path

Searched refs:fmt_opt (Results 1 – 1 of 1) sorted by relevance

/third_party/libcoap/src/
Dblock.c1252 coap_opt_t *fmt_opt = coap_check_option(pdu, in coap_handle_request_put_block() local
1255 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() local
1656 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()