Lines Matching refs:coap_opt_t
24 coap_opt_t *
31 coap_opt_t *opt = pdu->hdr->token + pdu->hdr->token_length; in options_start()
39 coap_opt_parse(const coap_opt_t *opt, size_t length, coap_option_t *result) { in coap_opt_parse()
41 const coap_opt_t *opt_start = opt; /* store where parsing starts */ in coap_opt_parse()
158 coap_opt_t *
161 coap_opt_t *current_opt = NULL; in coap_option_next()
208 coap_opt_t *
222 coap_opt_delta(const coap_opt_t *opt) { in coap_opt_delta()
251 coap_opt_length(const coap_opt_t *opt) { in coap_opt_length()
286 coap_opt_value(coap_opt_t *opt) { in coap_opt_value()
321 coap_opt_size(const coap_opt_t *opt) { in coap_opt_size()
329 coap_opt_setheader(coap_opt_t *opt, size_t maxlen, in coap_opt_setheader()
384 coap_opt_encode(coap_opt_t *opt, size_t maxlen, unsigned short delta, in coap_opt_encode()