Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dpdu.h46 #define COAP_MESSAGE_RST 3 /* indicates error in received messages */ macro
Dnet.h353 COAP_MESSAGE_RST); in coap_send_rst()
/net-tools-latest/libcoap/tests/
Dtest_pdu.c220 CU_ASSERT(pdu->hdr->type == COAP_MESSAGE_RST); in t_parse_pdu12()
/net-tools-latest/libcoap/src/
Dnet.c1572 case COAP_MESSAGE_RST :
1632 rcvd->pdu, COAP_MESSAGE_RST);
/net-tools-latest/libcoap/examples/
Dclient.c348 if (received->hdr->type == COAP_MESSAGE_RST) { in message_handler()
/net-tools-latest/
Dcoap-client.c1361 case COAP_MESSAGE_RST: in coap_message_handler()