Home
last modified time | relevance | path

Searched refs:COAP_MAX_OPT (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h148 #define COAP_MAX_OPT 65535 /**< the highest option number we know */ macro
/third_party/libcoap/src/
Dcoap_pdu.c902 if (*max_opt + option.delta > COAP_MAX_OPT) { in next_option_safe()