Searched refs:coap_opt_setheader (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/tests/ |
D | test_options.c | 243 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 0, 0); in t_encode_option1() 255 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 5, 268); in t_encode_option2() 267 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 14, 1); in t_encode_option3() 279 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 268, 184); in t_encode_option4() 291 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 5133, 268); in t_encode_option5() 303 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 65535, 65535); in t_encode_option6() 348 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 269, 1); in t_encode_option9()
|
/third_party/libcoap/src/ |
D | coap_option.c | 292 coap_opt_setheader(coap_opt_t *opt, size_t maxlen, in coap_opt_setheader() function 376 l = coap_opt_setheader(opt, maxlen, delta, length); in coap_opt_encode()
|
D | coap_uri.c | 502 written = coap_opt_setheader(buf, buflen, 0, segmentlen); in make_decoded_option()
|
/third_party/libcoap/include/coap3/ |
D | coap_option.h | 246 size_t coap_opt_setheader(coap_opt_t *opt,
|
/third_party/libcoap/ |
D | libcoap-3.map | 155 coap_opt_setheader;
|
D | libcoap-3.sym | 152 coap_opt_setheader
|