Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
H A Dcoap_event.h102 COAP_EVENT_MSG_RETRANSMITTED = 0x5002, enumerator
/third_party/libcoap/src/
H A Dcoap_net.c1628 coap_handle_event(context, COAP_EVENT_MSG_RETRANSMITTED, node->session); in coap_retransmit()
3901 case COAP_EVENT_MSG_RETRANSMITTED: in coap_event_name()
3902 return "COAP_EVENT_MSG_RETRANSMITTED"; in coap_event_name()
/third_party/libcoap/examples/
H A Dcoap-client.c335 case COAP_EVENT_MSG_RETRANSMITTED: in event_handler()
H A Dcoap-server.c1586 case COAP_EVENT_MSG_RETRANSMITTED: in proxy_event_handler()

Completed in 13 milliseconds