Home
last modified time | relevance | path

Searched refs:ping_time (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ping/
A Dping.c105 static u32_t ping_time; variable
216 LWIP_DEBUGF( PING_DEBUG, (" %"U32_F" ms\n", (sys_now() - ping_time))); in ping_recv()
240 LWIP_DEBUGF( PING_DEBUG, ("ping: recv - %"U32_F" ms - timeout\n", (sys_now()-ping_time))); in ping_recv()
298 ping_time = sys_now(); in ping_thread()
336 LWIP_DEBUGF( PING_DEBUG, (" %"U32_F" ms\n", (sys_now()-ping_time))); in ping_recv()
373 ping_time = sys_now(); in ping_send()
A Dnet_deamon.c50 static volatile u32_t ping_time = 0; variable
103 ping_time = sys_now(); in ping_send()
135 elapse_time = aos_now_ms() - ping_time; in ping_recv()
/AliOS-Things-master/components/uvoice/connect/
A Duvoice_ws.c451 int ping_time = 0; in nopoll_client_task() local
489 ping_time = 0; in nopoll_client_task()
495 if (ping_time > NOPOLL_PONG_TIMEOUT_MSEC) { in nopoll_client_task()
498 ping_time = 0; in nopoll_client_task()
500 ping_time += wait_time; in nopoll_client_task()
504 ping_time = 0; in nopoll_client_task()

Completed in 10 milliseconds