Home
last modified time | relevance | path

Searched refs:crit_opt (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu_internal.h128 uint8_t crit_opt; /**< Set if unknown critical option for proxy */ member
/third_party/libcoap/src/
Dcoap_net.c718 pdu->crit_opt = 1; in coap_option_check_critical()
2885 if (pdu->crit_opt) { in handle_request()
2887 pdu->crit_opt = 0; in handle_request()
Dcoap_pdu.c53 pdu->crit_opt = 0; in coap_pdu_clear()