Home
last modified time | relevance | path

Searched refs:coap_opt_value (Results 1 – 7 of 7) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Doption.h403 unsigned char *coap_opt_value(coap_opt_t *opt);
406 #define COAP_OPT_VALUE(opt) coap_opt_value((coap_opt_t *)opt)
/net-tools-latest/libcoap/tests/
Dtest_options.c350 CU_ASSERT_PTR_EQUAL(coap_opt_value((coap_opt_t *)teststr), teststr + 1); in t_access_option1()
360 CU_ASSERT_PTR_EQUAL(coap_opt_value((coap_opt_t *)teststr), teststr + 3); in t_access_option2()
373 CU_ASSERT_PTR_EQUAL(coap_opt_value((coap_opt_t *)teststr), teststr + 4); in t_access_option3()
383 CU_ASSERT_PTR_EQUAL(coap_opt_value((coap_opt_t *)teststr), teststr + 4); in t_access_option4()
393 CU_ASSERT_PTR_EQUAL(coap_opt_value((coap_opt_t *)teststr), teststr + 5); in t_access_option5()
406 CU_ASSERT_PTR_EQUAL(coap_opt_value((coap_opt_t *)teststr), NULL); in t_access_option6()
416 CU_ASSERT_PTR_EQUAL(coap_opt_value((coap_opt_t *)teststr), NULL); in t_access_option7()
/net-tools-latest/libcoap/
Dlibcoap-1.sym73 coap_opt_value
Dlibcoap-1.map75 coap_opt_value;
DChangeLog163 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
/net-tools-latest/libcoap/src/
Doption.c286 coap_opt_value(coap_opt_t *opt) { in coap_opt_value() function
Dnet.c1344 val = coap_decode_var_bytes(coap_opt_value(nores), coap_opt_length(nores)); in no_response()
1435 coap_decode_var_bytes(coap_opt_value(observe), in handle_request()