Searched refs:coap_opt_length (Results 1 – 8 of 8) sorted by relevance
389 unsigned short coap_opt_length(const coap_opt_t *opt);392 #define COAP_OPT_LENGTH(opt) coap_opt_length(opt)
349 CU_ASSERT(coap_opt_length((coap_opt_t *)teststr) == 2); in t_access_option1()359 CU_ASSERT(coap_opt_length((coap_opt_t *)teststr) == 2); in t_access_option2()372 CU_ASSERT(coap_opt_length((coap_opt_t *)teststr) == 13); in t_access_option3()382 CU_ASSERT(coap_opt_length((coap_opt_t *)teststr) == 65535); in t_access_option4()392 CU_ASSERT(coap_opt_length((coap_opt_t *)teststr) == 490); in t_access_option5()405 CU_ASSERT(coap_opt_length((coap_opt_t *)teststr) == 0); in t_access_option6()415 CU_ASSERT(coap_opt_length((coap_opt_t *)teststr) == 0); in t_access_option7()
69 coap_opt_length
71 coap_opt_length;
163 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
30 len = coap_opt_length(block_opt); in coap_opt_block_num()
251 coap_opt_length(const coap_opt_t *opt) { in coap_opt_length() function
1081 size += coap_opt_length(option); in coap_new_error_response()1344 val = coap_decode_var_bytes(coap_opt_value(nores), coap_opt_length(nores)); in no_response()1436 coap_opt_length(observe)); in handle_request()