Home
last modified time | relevance | path

Searched refs:COAP_MESSAGE_RST (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/include/coap3/
Dnet.h453 return coap_send_message_type(session, request, COAP_MESSAGE_RST); in coap_send_rst()
Dpdu.h67 COAP_MESSAGE_RST /* 3 indicates error in received messages */ enumerator
/third_party/libcoap/man/
Dcoap_handler.txt.in286 if (rcv_type == COAP_MESSAGE_RST) {
Dcoap_pdu_access.txt.in101 COAP_MESSAGE_RST Type reset.
Dcoap_pdu_setup.txt.in142 COAP_MESSAGE_RST Set the _PDU_ to be of type reset.
/third_party/libcoap/src/
Dnet.c2464 response->type == COAP_MESSAGE_RST) in no_response()
3032 case COAP_MESSAGE_RST: in coap_dispatch()
3148 coap_send_message_type(session, pdu, COAP_MESSAGE_RST); in coap_dispatch()
3154 coap_send_message_type(session, pdu, COAP_MESSAGE_RST); in coap_dispatch()
/third_party/libcoap/tests/
Dtest_pdu.c213 CU_ASSERT(pdu->type == COAP_MESSAGE_RST); in t_parse_pdu12()
/third_party/libcoap/examples/
Dcoap-client.c343 if (rcv_type == COAP_MESSAGE_RST) { in message_handler()