Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/include/coap/
Doption.h351 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/
Dlibcoap-1.sym62 coap_opt_encode
Dlibcoap-1.map64 coap_opt_encode;
DChangeLog155 * 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/
Dpdu.c186 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()
Doption.c384 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/
Dtest_options.c314 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()