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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dhtimestampxa.c9 struct timeval timeNow; local
11 (void)gettimeofday(&timeNow, 0);
12 ts->Sec = timeNow.tv_sec;
13 ts->Usec = timeNow.tv_usec;

Completed in 63 milliseconds