Searched refs:coap_opt_delta (Results 1 – 5 of 5) sorted by relevance
367 unsigned short coap_opt_delta(const coap_opt_t *opt);370 #define COAP_OPT_DELTA(opt) coap_opt_delta(opt)
348 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()
61 coap_opt_delta
63 coap_opt_delta;
222 coap_opt_delta(const coap_opt_t *opt) { in coap_opt_delta() function