Home
last modified time | relevance | path

Searched refs:coap_opt_encode (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Doption.h279 size_t coap_opt_encode(coap_opt_t *opt,
/third_party/libcoap/
Dlibcoap-3.sym122 coap_opt_encode
Dlibcoap-3.map124 coap_opt_encode;
DChangeLog242 * uri.c (make_decoded_option): use coap_opt_encode() instead of writing
256 * option.c (coap_opt_encode): new function for option encoding
/third_party/libcoap/tests/
Dtest_options.c315 result = coap_opt_encode((coap_opt_t *)buf, sizeof(buf), 3, in t_encode_option7()
330 result = coap_opt_encode((coap_opt_t *)buf, 8, 15, in t_encode_option8()
335 result = coap_opt_encode((coap_opt_t *)buf, 1, 15, in t_encode_option8()
/third_party/libcoap/src/
Dpdu.c492 if (!coap_opt_encode(option, pdu->alloc_size - pdu->used_size, in coap_insert_option()
532 if (!coap_opt_encode(option, new_length, in coap_update_option()
608 optsize = coap_opt_encode(opt, pdu->alloc_size - pdu->used_size, in coap_add_option()
Doption.c374 coap_opt_encode(coap_opt_t *opt, size_t maxlen, uint16_t delta, in coap_opt_encode() function