Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/include/coap/
Doption.h60 size_t coap_opt_size(const coap_opt_t *opt);
63 #define COAP_OPT_SIZE(opt) coap_opt_size(opt)
/net-tools-3.6.0/libcoap/tests/
Dtest_options.c351 CU_ASSERT(coap_opt_size((coap_opt_t *)teststr) == sizeof(teststr)); in t_access_option1()
361 CU_ASSERT(coap_opt_size((coap_opt_t *)teststr) == sizeof(teststr)); in t_access_option2()
374 CU_ASSERT(coap_opt_size((coap_opt_t *)teststr) == sizeof(teststr)); in t_access_option3()
384 CU_ASSERT(coap_opt_size((coap_opt_t *)teststr) == 65535 + 4); in t_access_option4()
394 CU_ASSERT(coap_opt_size((coap_opt_t *)teststr) == 495); in t_access_option5()
407 CU_ASSERT(coap_opt_size((coap_opt_t *)teststr) == 0); in t_access_option6()
417 CU_ASSERT(coap_opt_size((coap_opt_t *)teststr) == 0); in t_access_option7()
/net-tools-3.6.0/libcoap/
Dlibcoap-1.sym72 coap_opt_size
Dlibcoap-1.map74 coap_opt_size;
DChangeLog163 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
/net-tools-3.6.0/libcoap/src/
Doption.c321 coap_opt_size(const coap_opt_t *opt) { in coap_opt_size() function