Searched refs:coap_opt_encode (Results 1 – 7 of 7) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_option.h | 277 size_t coap_opt_encode(coap_opt_t *opt,
|
/third_party/libcoap/ |
D | libcoap-3.map | 151 coap_opt_encode;
|
D | libcoap-3.sym | 148 coap_opt_encode
|
D | ChangeLog | 318 * uri.c (make_decoded_option): use coap_opt_encode() instead of writing 332 * option.c (coap_opt_encode): new function for option encoding
|
/third_party/libcoap/tests/ |
D | test_options.c | 316 result = coap_opt_encode((coap_opt_t *)buf, sizeof(buf), 3, in t_encode_option7() 331 result = coap_opt_encode((coap_opt_t *)buf, 8, 15, in t_encode_option8() 336 result = coap_opt_encode((coap_opt_t *)buf, 1, 15, in t_encode_option8()
|
/third_party/libcoap/src/ |
D | coap_pdu.c | 640 if (!coap_opt_encode(option, pdu->alloc_size - pdu->used_size, in coap_insert_option() 680 if (!coap_opt_encode(option, new_length, in coap_update_option() 750 optsize = coap_opt_encode(opt, pdu->alloc_size - pdu->used_size, in coap_add_option_internal()
|
D | coap_option.c | 372 coap_opt_encode(coap_opt_t *opt, size_t maxlen, uint16_t delta, in coap_opt_encode() function
|