Searched refs:coap_opt_value (Results 1 – 7 of 7) sorted by relevance
/net-tools-latest/libcoap/include/coap/ |
D | option.h | 403 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/ |
D | test_options.c | 350 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/ |
D | libcoap-1.sym | 73 coap_opt_value
|
D | libcoap-1.map | 75 coap_opt_value;
|
D | ChangeLog | 163 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
|
/net-tools-latest/libcoap/src/ |
D | option.c | 286 coap_opt_value(coap_opt_t *opt) { in coap_opt_value() function
|
D | net.c | 1344 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()
|