Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h189 COAP_SIGNALING_ABORT = COAP_SIGNALING_CODE(705), enumerator
365 COAP_SIGNALING_CODE_ABORT = COAP_SIGNALING_ABORT
/third_party/libcoap/src/
Dcoap_debug.c588 } else if (code == COAP_SIGNALING_ABORT) { in msg_option_string()
Dcoap_pdu.c1098 case COAP_SIGNALING_ABORT: in coap_pdu_parse_opt_csm()