Searched refs:coap_opt_setheader (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.7.0/libcoap/ |
D | libcoap-1.sym | 71 coap_opt_setheader
|
D | libcoap-1.map | 73 coap_opt_setheader;
|
/net-tools-3.7.0/libcoap/tests/ |
D | test_options.c | 241 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/ |
D | option.h | 331 size_t coap_opt_setheader(coap_opt_t *opt,
|
/net-tools-3.7.0/libcoap/src/ |
D | option.c | 329 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()
|
D | uri.c | 279 written = coap_opt_setheader(buf, buflen, 0, res); in make_decoded_option()
|