Searched refs:COAP_MESSAGE_RST (Results 1 – 8 of 8) sorted by relevance
453 return coap_send_message_type(session, request, COAP_MESSAGE_RST); in coap_send_rst()
67 COAP_MESSAGE_RST /* 3 indicates error in received messages */ enumerator
286 if (rcv_type == COAP_MESSAGE_RST) {
101 COAP_MESSAGE_RST Type reset.
142 COAP_MESSAGE_RST Set the _PDU_ to be of type reset.
2464 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()
213 CU_ASSERT(pdu->type == COAP_MESSAGE_RST); in t_parse_pdu12()
343 if (rcv_type == COAP_MESSAGE_RST) { in message_handler()