Searched refs:retrans_count (Results 1 – 4 of 4) sorted by relevance
74 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()
25 unsigned char retrans_count; member
97 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()
15 unsigned char retrans_count; member
Completed in 5 milliseconds