Home
last modified time | relevance | path

Searched refs:coap_opt_setheader (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/tests/
Dtest_options.c243 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/
Dcoap_option.c292 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()
Dcoap_uri.c502 written = coap_opt_setheader(buf, buflen, 0, segmentlen); in make_decoded_option()
/third_party/libcoap/include/coap3/
Dcoap_option.h246 size_t coap_opt_setheader(coap_opt_t *opt,
/third_party/libcoap/
Dlibcoap-3.map155 coap_opt_setheader;
Dlibcoap-3.sym152 coap_opt_setheader