Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_option.h173 coap_opt_t *next_option; /**< pointer to the unparsed next option */ member
/third_party/libcoap/src/
Dcoap_pdu.c429 coap_opt_t *next_option = NULL; in coap_remove_option() local