Home
last modified time | relevance | path

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

/third_party/libcoap/tests/
Dtest_options.c367 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()
/third_party/libcoap/include/coap3/
Doption.h63 size_t coap_opt_size(const coap_opt_t *opt);
/third_party/libcoap/
Dlibcoap-3.sym133 coap_opt_size
Dlibcoap-3.map135 coap_opt_size;
DChangeLog250 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
/third_party/libcoap/examples/contiki/
Dcoap-observer.c162 buf += coap_opt_size(buf); in PROCESS_THREAD()
/third_party/libcoap/src/
Dcoap_cache.c97 if (!coap_digest_update(dctx, option, coap_opt_size(option))) { in coap_cache_derive_key_w_ignore()
Doption.c286 coap_opt_size(const coap_opt_t *opt) { in coap_opt_size() function
/third_party/libcoap/man/
Dcoap_block.txt.in234 sbuf += coap_opt_size(sbuf);
247 sbuf += coap_opt_size(sbuf);
Dcoap_pdu_setup.txt.in452 sbuf += coap_opt_size(sbuf);
465 sbuf += coap_opt_size(sbuf);
/third_party/libcoap/examples/
Detsi_iot_01.c217 buf += coap_opt_size(buf); in hnd_post_test()
Dcoap-client.c699 buf += coap_opt_size(buf); in cmdline_uri()
714 buf += coap_opt_size(buf); in cmdline_uri()
Dcoap-rd.c544 b += coap_opt_size(b); in hnd_post_rd()
Dcoap-server.c1151 buf += coap_opt_size(buf); in hnd_proxy_uri()
1166 buf += coap_opt_size(buf); in hnd_proxy_uri()