Lines Matching refs:option
380 coap_opt_t *option; in coap_show_pdu() local
398 while ((option = coap_option_next(&opt_iter))) { in coap_show_pdu()
407 content_format = (int)coap_decode_var_bytes(COAP_OPT_VALUE(option), in coap_show_pdu()
408 COAP_OPT_LENGTH(option)); in coap_show_pdu()
418 coap_opt_block_num(option), /* block number */ in coap_show_pdu()
419 COAP_OPT_BLOCK_MORE(option) ? 'M' : '_', /* M bit */ in coap_show_pdu()
420 (2 << (COAP_OPT_BLOCK_SZX(option) + 4))); /* block size */ in coap_show_pdu()
430 coap_decode_var_bytes(COAP_OPT_VALUE(option), in coap_show_pdu()
431 COAP_OPT_LENGTH(option))); in coap_show_pdu()
447 buf_len = print_readable(COAP_OPT_VALUE(option), in coap_show_pdu()
448 COAP_OPT_LENGTH(option), in coap_show_pdu()