Home
last modified time | relevance | path

Searched refs:acked (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPMessage.c65 node->acked = 0; in Cloud_CoAPMessageList_add()
149 node->acked = 1; in Cloud_CoAPAckMessage_handle()
289 (0 == node->acked)) { in Cloud_CoAPMessage_cycle()
A DCloud_CoAPExport.h22 char acked; member
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPMessage.h25 int acked; member
A DCoAPMessage.c77 node->acked = 0; in CoAPMessageList_add()
305 node->acked = 1; in CoAPAckMessage_handle()
661 if (0 == node->acked) { in Retansmit()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp_in.c393 u32_t acked = recv_acked; local
394 while (acked > 0) {
395 acked16 = (u16_t)LWIP_MIN(acked, 0xffffu);
396 acked -= acked16;

Completed in 9 milliseconds