Home
last modified time | relevance | path

Searched defs:next_option (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Doption.h175 coap_opt_t *next_option; /**< pointer to the unparsed next option */ member
/third_party/libcoap/src/
Dpdu.c317 coap_opt_t *next_option = NULL; in coap_remove_option() local