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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dpselect.c52 fd_set * restrict efds, const struct timespec * restrict timo,
59 if (timo) {
60 TIMESPEC_TO_TIMEVAL(&tvtimo, timo);
51 pselect(int count, fd_set * restrict rfds, fd_set * restrict wfds, fd_set * restrict efds, const struct timespec * restrict timo, const sigset_t * restrict mask) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dproc.c191 unsigned long timo; local
230 timo = key->expiry - now.tv_sec;
232 if (timo < 60)
233 sprintf(xbuf, "%lus", timo);
234 else if (timo < 60*60)
235 sprintf(xbuf, "%lum", timo / 60);
236 else if (timo < 60*60*24)
237 sprintf(xbuf, "%luh", timo / (60*60));
238 else if (timo < 60*60*24*7)
239 sprintf(xbuf, "%lud", timo / (6
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6c.c1622 struct timeval *rest, elapsed, tv_rt, tv_irt, timo; local
1631 timeval_sub(&tv_irt, &elapsed, &timo);
1633 timo.tv_sec = timo.tv_usec = 0;
1637 (int)timo.tv_sec, (int)timo.tv_usec);
1639 dhcp6_set_timer(&timo, ev->timer);
1951 struct timeval timo; local
1983 timo.tv_sec = 0;
1985 timo
2127 struct timeval timo; local
2153 struct timeval timo; local
2213 struct timeval timo; local
[all...]
H A Dclient6_addr.c109 struct timeval timo; local
221 timo.tv_sec = (long)d;
222 timo.tv_usec = 0;
223 dhcp6_set_timer(&timo, client6_iaidaddr.timer);
240 struct timeval timo; local
309 timo.tv_sec = (long)d;
310 timo.tv_usec = 0;
311 dhcp6_set_timer(&timo, sp->timer);
382 struct timeval timo; local
509 timo
525 struct timeval timo; local
[all...]
H A Dlease_token.l257 struct timeval timo;
355 timo.tv_sec = (long)d;
356 timo.tv_usec = 0;
364 dhcp6_set_timer(&timo, iaidaddr->timer);
373 struct timeval timo;
452 timo.tv_sec = (long)d;
453 timo.tv_usec = 0;
454 dhcp6_set_timer(&timo, lease_rec->timer);
H A Dserver6_addr.c103 struct timeval timo; local
156 timo.tv_sec = (long)d;
157 timo.tv_usec = 0;
158 dhcp6_set_timer(&timo, iaidaddr->timer);
244 struct timeval timo; local
310 timo.tv_sec = (long)d;
311 timo.tv_usec = 0;
312 dhcp6_set_timer(&timo, iaidaddr->timer);
336 struct timeval timo; local
399 timo
416 struct timeval timo; local
[all...]
H A Ddhcp6s.c289 struct timeval timo; local
483 timo.tv_sec = (long)d;
484 timo.tv_usec = 0;
486 dhcp6_set_timer(&timo, sync_lease_timer);
1118 struct timeval timo; local
1130 timo.tv_sec = (long)d;
1131 timo.tv_usec = 0;
1132 dhcp6_set_timer(&timo, sync_lease_timer);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6c.c1621 struct timeval *rest, elapsed, tv_rt, tv_irt, timo; local
1630 timeval_sub(&tv_irt, &elapsed, &timo);
1632 timo.tv_sec = timo.tv_usec = 0;
1636 (int)timo.tv_sec, (int)timo.tv_usec);
1638 dhcp6_set_timer(&timo, ev->timer);
1984 struct timeval timo; local
2016 timo.tv_sec = 0;
2018 timo
2160 struct timeval timo; local
2186 struct timeval timo; local
2264 struct timeval timo; local
[all...]
H A Dclient6_addr.c109 struct timeval timo; local
221 timo.tv_sec = (long)d;
222 timo.tv_usec = 0;
223 dhcp6_set_timer(&timo, client6_iaidaddr.timer);
240 struct timeval timo; local
309 timo.tv_sec = (long)d;
310 timo.tv_usec = 0;
311 dhcp6_set_timer(&timo, sp->timer);
382 struct timeval timo; local
509 timo
525 struct timeval timo; local
[all...]
H A Dlease_token.l257 struct timeval timo;
355 timo.tv_sec = (long)d;
356 timo.tv_usec = 0;
364 dhcp6_set_timer(&timo, iaidaddr->timer);
373 struct timeval timo;
452 timo.tv_sec = (long)d;
453 timo.tv_usec = 0;
454 dhcp6_set_timer(&timo, lease_rec->timer);
H A Dserver6_addr.c103 struct timeval timo; local
156 timo.tv_sec = (long)d;
157 timo.tv_usec = 0;
158 dhcp6_set_timer(&timo, iaidaddr->timer);
244 struct timeval timo; local
310 timo.tv_sec = (long)d;
311 timo.tv_usec = 0;
312 dhcp6_set_timer(&timo, iaidaddr->timer);
336 struct timeval timo; local
399 timo
416 struct timeval timo; local
[all...]
H A Ddhcp6s.c290 struct timeval timo; local
484 timo.tv_sec = (long)d;
485 timo.tv_usec = 0;
487 dhcp6_set_timer(&timo, sync_lease_timer);
1191 struct timeval timo; local
1203 timo.tv_sec = (long)d;
1204 timo.tv_usec = 0;
1205 dhcp6_set_timer(&timo, sync_lease_timer);
H A Dlease_token.c2690 struct timeval timo; local
2788 timo.tv_sec = (long)d;
2789 timo.tv_usec = 0;
2797 dhcp6_set_timer(&timo, iaidaddr->timer);
2806 struct timeval timo; local
2885 timo.tv_sec = (long)d;
2886 timo.tv_usec = 0;
2887 dhcp6_set_timer(&timo, lease_rec->timer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1361 * for the length of time specified by *timo (indefinite
1362 * if timo is NULL).
1365 wait_input(timo)
1366 struct timeval *timo;
1370 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
1415 * loopback, for the length of time specified by *timo (indefinite
1416 * if timo is NULL).
1419 wait_loop_output(timo)
[all...]
H A Dmain.c666 struct timeval timo; local
682 wait_input(timeleft(&timo));
H A Dsys-linux.c1040 * for the length of time specified by *timo (indefinite
1041 * if timo is NULL).
1044 void wait_input(struct timeval *timo) argument
1051 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c573 * for the length of time specified by *timo (indefinite
574 * if timo is NULL).
577 wait_input(timo)
578 struct timeval *timo;
582 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
H A Dsys-solaris.c1291 * for the length of time specified by *timo (indefinite
1292 * if timo is NULL).
1295 wait_input(timo)
1296 struct timeval *timo;
1300 t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
H A Dmain.c591 struct timeval timo; local
602 wait_input(timeleft(&timo));
H A Dsys-linux.c969 * for the length of time specified by *timo (indefinite
970 * if timo is NULL).
973 void wait_input(struct timeval *timo) argument
980 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c551 struct timeval timo; local
562 wait_input(timeleft(&timo));
H A Dsys-linux.c503 * for the length of time specified by *timo (indefinite
504 * if timo is NULL).
507 void wait_input(struct timeval *timo) argument
514 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);

Completed in 253 milliseconds