Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/
Dlibcoap-1.sym71 coap_opt_setheader
Dlibcoap-1.map73 coap_opt_setheader;
/net-tools-3.7.0/libcoap/tests/
Dtest_options.c241 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 0, 0); in t_encode_option1()
253 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 5, 268); in t_encode_option2()
265 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 14, 1); in t_encode_option3()
277 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 268, 184); in t_encode_option4()
289 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 5133, 268); in t_encode_option5()
301 result = coap_opt_setheader((coap_opt_t *)buf, sizeof(buf), 65535, 65535); in t_encode_option6()
/net-tools-3.7.0/libcoap/include/coap/
Doption.h331 size_t coap_opt_setheader(coap_opt_t *opt,
/net-tools-3.7.0/libcoap/src/
Doption.c329 coap_opt_setheader(coap_opt_t *opt, size_t maxlen, in coap_opt_setheader() function
388 l = coap_opt_setheader(opt, maxlen, delta, length); in coap_opt_encode()
Duri.c279 written = coap_opt_setheader(buf, buflen, 0, res); in make_decoded_option()