Home
last modified time | relevance | path

Searched refs:rcv_type (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/examples/
H A Dcoap-client.c392 coap_pdu_type_t rcv_type = coap_pdu_get_type(received); in message_handler() local
403 if (!sent && (rcv_type == COAP_MESSAGE_CON || in message_handler()
404 rcv_type == COAP_MESSAGE_NON)) { in message_handler()
411 if (rcv_type == COAP_MESSAGE_RST) { in message_handler()

Completed in 3 milliseconds