Searched refs:coap_opt_encode (Results 1 – 7 of 7) sorted by relevance
/net-tools-3.7.0/libcoap/include/coap/ |
D | option.h | 351 size_t coap_opt_encode(coap_opt_t *opt, 374 coap_opt_encode((opt), COAP_MAX_PDU_SIZE, (val), NULL, 0)
|
/net-tools-3.7.0/libcoap/ |
D | libcoap-1.sym | 62 coap_opt_encode
|
D | libcoap-1.map | 64 coap_opt_encode;
|
D | ChangeLog | 155 * uri.c (make_decoded_option): use coap_opt_encode() instead of writing 169 * option.c (coap_opt_encode): new function for option encoding
|
/net-tools-3.7.0/libcoap/src/ |
D | pdu.c | 186 optsize = coap_opt_encode(opt, pdu->max_size - pdu->length, in coap_add_option() 218 optsize = coap_opt_encode(opt, pdu->max_size - pdu->length, in coap_add_option_later()
|
D | option.c | 384 coap_opt_encode(coap_opt_t *opt, size_t maxlen, unsigned short delta, in coap_opt_encode() function
|
/net-tools-3.7.0/libcoap/tests/ |
D | test_options.c | 314 result = coap_opt_encode((coap_opt_t *)buf, sizeof(buf), 3, in t_encode_option7() 329 result = coap_opt_encode((coap_opt_t *)buf, 8, 15, in t_encode_option8() 334 result = coap_opt_encode((coap_opt_t *)buf, 1, 15, in t_encode_option8()
|