Home
last modified time | relevance | path

Searched refs:COAP_SIGNALING_CODE_ABORT (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h365 COAP_SIGNALING_CODE_ABORT = COAP_SIGNALING_ABORT enumerator
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in161 COAP_SIGNALING_CODE_ABORT 7.05
Dcoap_pdu_setup.txt.in197 COAP_SIGNALING_CODE_ABORT 7.05
/third_party/libcoap/src/
Dcoap_debug.c805 } else if (pdu->code == COAP_SIGNALING_CODE_ABORT) { in coap_show_pdu()
Dcoap_net.c3488 || pdu->code == COAP_SIGNALING_CODE_ABORT) { in handle_signaling()