Home
last modified time | relevance | path

Searched refs:coap_opt_t (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Doption.h23 * coap_opt_t over the data buffer may cause bus error on certain platforms.
25 typedef uint8_t coap_opt_t; typedef
26 #define PCHAR(p) ((coap_opt_t *)(p))
49 size_t coap_opt_parse(const coap_opt_t *opt,
62 size_t coap_opt_size(const coap_opt_t *opt);
228 * coap_opt_t *option;
242 coap_opt_t *next_option; /**< pointer to the unparsed next option */
282 coap_opt_t *coap_option_next(coap_opt_iterator_t *oi);
297 coap_opt_t *coap_check_option(coap_pdu_t *pdu,
315 size_t coap_opt_setheader(coap_opt_t *op
[all...]
H A Dblock.h61 unsigned int coap_opt_block_num(const coap_opt_t *block_opt);
75 coap_opt_block_set_m(coap_opt_t *block_opt, int m) {
H A Dresource.h477 coap_opt_t *);

Completed in 3 milliseconds