Searched refs:COAP_MESSAGE_RST (Results 1 – 8 of 8) sorted by relevance
484 return coap_send_message_type(session, request, COAP_MESSAGE_RST); in coap_send_rst()
72 COAP_MESSAGE_RST /* 3 indicates error in received messages */ enumerator
2735 response->type == COAP_MESSAGE_RST) in no_response()3681 case COAP_MESSAGE_RST: in coap_dispatch()3838 coap_send_message_type(session, pdu, COAP_MESSAGE_RST); in coap_dispatch()3843 coap_send_message_type(session, pdu, COAP_MESSAGE_RST); in coap_dispatch()
368 if (rcv_type == COAP_MESSAGE_RST) {
108 COAP_MESSAGE_RST Type reset.
150 COAP_MESSAGE_RST Set the _PDU_ to be of type reset.
215 CU_ASSERT(pdu->type == COAP_MESSAGE_RST); in t_parse_pdu12()
411 if (rcv_type == COAP_MESSAGE_RST) { in message_handler()