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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_lib.c386 struct timeval timenow; local
394 get_current_time(&timenow);
397 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
398 (s->d1->next_timeout.tv_sec == timenow.tv_sec &&
399 s->d1->next_timeout.tv_usec <= timenow.tv_usec)) {
406 timeleft->tv_sec -= timenow.tv_sec;
407 timeleft->tv_usec -= timenow.tv_usec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_lib.c386 struct timeval timenow; local
394 get_current_time(&timenow);
397 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
398 (s->d1->next_timeout.tv_sec == timenow.tv_sec &&
399 s->d1->next_timeout.tv_usec <= timenow.tv_usec)) {
406 timeleft->tv_sec -= timenow.tv_sec;
407 timeleft->tv_usec -= timenow.tv_usec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp-ls.c105 time_t timenow; local
389 timenow = time (NULL);
390 tnow = localtime (&timenow);
677 time_t timenow; local
963 timenow = time( NULL);
964 timestruct = localtime( &timenow );
968 timenow = mktime (timestruct);
982 timenow += dt;
986 timenow -= (-dt);
988 cur.tstamp = timenow; /* Stor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c948 static struct timeval timenow; /* Current time */ variable in typeref:struct:timeval
974 gettimeofday(&timenow, NULL);
975 newp->c_time.tv_sec = timenow.tv_sec + secs;
976 newp->c_time.tv_usec = timenow.tv_usec + usecs;
1030 if (gettimeofday(&timenow, NULL) < 0)
1032 if (!(p->c_time.tv_sec < timenow.tv_sec
1033 || (p->c_time.tv_sec == timenow.tv_sec
1034 && p->c_time.tv_usec <= timenow.tv_usec)))
1055 gettimeofday(&timenow, NULL);
1056 tvp->tv_sec = callout->c_time.tv_sec - timenow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1349 static struct timeval timenow; /* Current time */ variable in typeref:struct:timeval
1369 gettimeofday(&timenow, NULL);
1370 newp->c_time.tv_sec = timenow.tv_sec + secs;
1371 newp->c_time.tv_usec = timenow.tv_usec + usecs;
1423 if (gettimeofday(&timenow, NULL) < 0)
1425 if (!(p->c_time.tv_sec < timenow.tv_sec
1426 || (p->c_time.tv_sec == timenow.tv_sec
1427 && p->c_time.tv_usec <= timenow.tv_usec)))
1448 gettimeofday(&timenow, NULL);
1449 tvp->tv_sec = callout->c_time.tv_sec - timenow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c1082 static struct timeval timenow; /* Current time */ variable in typeref:struct:timeval
1108 gettimeofday(&timenow, NULL);
1109 newp->c_time.tv_sec = timenow.tv_sec + secs;
1110 newp->c_time.tv_usec = timenow.tv_usec + usecs;
1164 if (gettimeofday(&timenow, NULL) < 0)
1166 if (!(p->c_time.tv_sec < timenow.tv_sec
1167 || (p->c_time.tv_sec == timenow.tv_sec
1168 && p->c_time.tv_usec <= timenow.tv_usec)))
1189 gettimeofday(&timenow, NULL);
1190 tvp->tv_sec = callout->c_time.tv_sec - timenow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcs89x0.c979 int timenow = jiffies; local
992 while (jiffies - timenow < HZ)
1006 int timenow = jiffies; local
1020 for (timenow = jiffies; jiffies - timenow < 15; )
1057 if (jiffies - timenow > 4000) {
1079 long timenow = jiffies; local
1090 while (jiffies - timenow < 5)
1093 if (jiffies - timenow >= 5)
1101 for (timenow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_dgram.c278 struct timeval timenow, timeleft; local
302 get_current_time(&timenow);
306 if (timeleft.tv_usec < timenow.tv_usec) {
307 timeleft.tv_usec = 1000000 - timenow.tv_usec + timeleft.tv_usec;
310 timeleft.tv_usec -= timenow.tv_usec;
312 if (timeleft.tv_sec < timenow.tv_sec) {
316 timeleft.tv_sec -= timenow.tv_sec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_dgram.c278 struct timeval timenow, timeleft; local
302 get_current_time(&timenow);
306 if (timeleft.tv_usec < timenow.tv_usec) {
307 timeleft.tv_usec = 1000000 - timenow.tv_usec + timeleft.tv_usec;
310 timeleft.tv_usec -= timenow.tv_usec;
312 if (timeleft.tv_sec < timenow.tv_sec) {
316 timeleft.tv_sec -= timenow.tv_sec;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h1599 uint32 timenow; member in struct:__anon19614

Completed in 153 milliseconds