Searched refs:coap_opt_size (Results 1 – 14 of 14) sorted by relevance
367 CU_ASSERT(coap_opt_size((const coap_opt_t *)teststr) == sizeof(teststr)); in t_access_option1()380 CU_ASSERT(coap_opt_size((const coap_opt_t *)teststr) == sizeof(teststr)); in t_access_option2()396 CU_ASSERT(coap_opt_size((const coap_opt_t *)teststr) == sizeof(teststr)); in t_access_option3()409 CU_ASSERT(coap_opt_size((const coap_opt_t *)teststr) == 65535 + 4); in t_access_option4()422 CU_ASSERT(coap_opt_size((const coap_opt_t *)teststr) == 495); in t_access_option5()438 CU_ASSERT(coap_opt_size((const coap_opt_t *)teststr) == 0); in t_access_option6()451 CU_ASSERT(coap_opt_size((const coap_opt_t *)teststr) == 0); in t_access_option7()
63 size_t coap_opt_size(const coap_opt_t *opt);
133 coap_opt_size
135 coap_opt_size;
250 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
162 buf += coap_opt_size(buf); in PROCESS_THREAD()
97 if (!coap_digest_update(dctx, option, coap_opt_size(option))) { in coap_cache_derive_key_w_ignore()
286 coap_opt_size(const coap_opt_t *opt) { in coap_opt_size() function
234 sbuf += coap_opt_size(sbuf);247 sbuf += coap_opt_size(sbuf);
452 sbuf += coap_opt_size(sbuf);465 sbuf += coap_opt_size(sbuf);
217 buf += coap_opt_size(buf); in hnd_post_test()
699 buf += coap_opt_size(buf); in cmdline_uri()714 buf += coap_opt_size(buf); in cmdline_uri()
544 b += coap_opt_size(b); in hnd_post_rd()
1151 buf += coap_opt_size(buf); in hnd_proxy_uri()1166 buf += coap_opt_size(buf); in hnd_proxy_uri()