Home
last modified time | relevance | path

Searched refs:retrans_count (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPMessage.c74 node->retrans_count = 0; in Cloud_CoAPMessageList_add()
77 node->retrans_count = COAP_MAX_RETRY_COUNT; in Cloud_CoAPMessageList_add()
288 if (node->retrans_count < COAP_MAX_RETRY_COUNT && in Cloud_CoAPMessage_cycle()
292 node->retrans_count++; in Cloud_CoAPMessage_cycle()
306 (node->retrans_count >= COAP_MAX_RETRY_COUNT)) { in Cloud_CoAPMessage_cycle()
A DCloud_CoAPExport.h25 unsigned char retrans_count; member
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPMessage.c97 node->retrans_count = COAP_MAX_RETRY_COUNT; in CoAPMessageList_add()
100 node->retrans_count = 0; in CoAPMessageList_add()
615 if ((node->retrans_count > 0) || (node->timeout >= tick)) { in Check_timeout()
659 if (node->retrans_count > 0) { in Retansmit()
670 --node->retrans_count; in Retansmit()
671 if (node->retrans_count == 0) { in Retansmit()
A DCoAPMessage.h15 unsigned char retrans_count; member

Completed in 6 milliseconds