Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Doption.h389 unsigned short coap_opt_length(const coap_opt_t *opt);
392 #define COAP_OPT_LENGTH(opt) coap_opt_length(opt)
/net-tools-latest/libcoap/tests/
Dtest_options.c349 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()
/net-tools-latest/libcoap/
Dlibcoap-1.sym69 coap_opt_length
Dlibcoap-1.map71 coap_opt_length;
DChangeLog163 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
/net-tools-latest/libcoap/src/
Dblock.c30 len = coap_opt_length(block_opt); in coap_opt_block_num()
Doption.c251 coap_opt_length(const coap_opt_t *opt) { in coap_opt_length() function
Dnet.c1081 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()