Home
last modified time | relevance | path

Searched refs:coap_opt_encode_size (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Doption.h262 size_t coap_opt_encode_size(uint16_t delta, size_t length);
/third_party/libcoap/
Dlibcoap-3.sym123 coap_opt_encode_size
Dlibcoap-3.map125 coap_opt_encode_size;
/third_party/libcoap/src/
Dpdu.c401 next_option = option + coap_opt_encode_size(decode_this.delta, in coap_remove_option()
438 shift = coap_opt_encode_size(number - prev_number, len); in coap_insert_option()
518 new_length = coap_opt_encode_size(decode.delta, len); in coap_update_option()
591 optsize = coap_opt_encode_size(number - pdu->max_opt, len); in coap_add_option()
Doption.c353 coap_opt_encode_size(uint16_t delta, size_t length) { in coap_opt_encode_size() function