Lines Matching refs:coap_opt_t
26 typedef uint8_t coap_opt_t; typedef
27 #define PCHAR(p) ((coap_opt_t *)(p))
50 size_t coap_opt_parse(const coap_opt_t *opt,
63 size_t coap_opt_size(const coap_opt_t *opt);
175 coap_opt_t *next_option; /**< pointer to the unparsed next option */
215 coap_opt_t *coap_option_next(coap_opt_iterator_t *oi);
230 coap_opt_t *coap_check_option(const coap_pdu_t *pdu,
248 size_t coap_opt_setheader(coap_opt_t *opt,
279 size_t coap_opt_encode(coap_opt_t *opt,
298 uint32_t coap_opt_length(const coap_opt_t *opt);
309 const uint8_t *coap_opt_value(const coap_opt_t *opt);