Home
last modified time | relevance | path

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

/net-tools-3.5.0/libcoap/include/coap/
Doption.h367 unsigned short coap_opt_delta(const coap_opt_t *opt);
370 #define COAP_OPT_DELTA(opt) coap_opt_delta(opt)
/net-tools-3.5.0/libcoap/tests/
Dtest_options.c348 CU_ASSERT(coap_opt_delta((coap_opt_t *)teststr) == 1); in t_access_option1()
358 CU_ASSERT(coap_opt_delta((coap_opt_t *)teststr) == 6666); in t_access_option2()
371 CU_ASSERT(coap_opt_delta((coap_opt_t *)teststr) == 6423); in t_access_option3()
381 CU_ASSERT(coap_opt_delta((coap_opt_t *)teststr) == 268); in t_access_option4()
391 CU_ASSERT(coap_opt_delta((coap_opt_t *)teststr) == 65535); in t_access_option5()
403 CU_ASSERT(coap_opt_delta((coap_opt_t *)teststr) == 0); in t_access_option6()
414 CU_ASSERT(coap_opt_delta((coap_opt_t *)teststr) == 2); in t_access_option7()
/net-tools-3.5.0/libcoap/
Dlibcoap-1.sym61 coap_opt_delta
Dlibcoap-1.map63 coap_opt_delta;
/net-tools-3.5.0/libcoap/src/
Doption.c222 coap_opt_delta(const coap_opt_t *opt) { in coap_opt_delta() function