Searched refs:timer (Results 1 - 25 of 1611) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_addr.c55 #include "timer.h"
184 /* set up renew T1, rebind T2 timer renew/rebind based on iaid */
212 /* set up start date, and renew timer */
213 if ((client6_iaidaddr.timer =
215 dprintf(LOG_ERR, "%s" "failed to add a timer for iaid %u",
224 dhcp6_set_timer(&timo, client6_iaidaddr.timer);
278 if (sp->timer)
279 dhcp6_remove_timer(sp->timer);
289 if (sp->timer)
290 dhcp6_remove_timer(sp->timer);
[all...]
H A Dcommon.c79 #include "timer.h"
377 if (ev->timer)
378 dhcp6_remove_timer(ev->timer);
2311 dhcp6_set_timer(&interval, ev->timer);
2313 dprintf(LOG_DEBUG, "%s" "reset a timer on %s, "
H A Ddhcp6s.c72 #include "timer.h"
89 struct dhcp6_timer *timer; member in struct:dhcp6_binding
481 /* set up sync lease file timer */
486 dprintf(LOG_DEBUG, "set timer for syncing file ...");
H A Ddhcp6.h69 /* timer parameters (msec, unless explicitly commented) */
170 struct dhcp6_timer *timer; member in struct:dhcp6_lease
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tcp.c124 static struct itimerval timer = {{0, 0}, {DSI_TCPTIMEOUT, 0}}; local
145 (setitimer(ITIMER_REAL, &timer, NULL) < 0)) {
202 /* stop timer and restore signal handler */
204 memset(&timer, 0, sizeof(timer));
205 setitimer(ITIMER_REAL, &timer, NULL);
H A Ddsi_getsess.c124 /* set up the tickle timer */
125 dsi->timer.it_interval.tv_sec = dsi->timer.it_value.tv_sec = tickleval;
126 dsi->timer.it_interval.tv_usec = dsi->timer.it_value.tv_usec = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_dsi.c303 /* we have to restart the timer because some libraries may use alarm() */
304 setitimer(ITIMER_REAL, &dsi->timer, NULL);
306 /* we got some traffic from the client since the previous timer tick. */
339 LOG(log_error, logtype_afpd, "afp_alarm: reconnect timer expired, goodbye");
454 (setitimer(ITIMER_REAL, &dsi->timer, NULL) < 0)) {
553 continue; /* continue receiving until disconnect timer expires
605 /* timer is not every 30 seconds anymore, so we don't get killed on the client side. */
H A Dauth.c379 /* Some PAM module might have reset our signal handlers and timer, so we need to reestablish them */
669 /* Deactivate tickle timer */
696 /* Reinstall tickle timer */
697 setitimer(ITIMER_REAL, &dsi->timer, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Ddsi.h65 struct itimerval timer; member in struct:DSI
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/asp/
H A Dasp_getsess.c109 static const struct itimerval timer = {{0, 0}, {0, 0}}; local
111 setitimer(ITIMER_REAL, &timer, NULL);
127 struct itimerval timer; local
164 timer.it_interval.tv_sec = timer.it_value.tv_sec = tickleval;
165 timer.it_interval.tv_usec = timer.it_value.tv_usec = 0;
167 (setitimer(ITIMER_REAL, &timer, NULL) < 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dprogress.c158 void Curl_pgrsTime(struct SessionHandle *data, timerid timer) argument
160 switch(timer) {
H A Dprogress.h49 void Curl_pgrsTime(struct SessionHandle *data, timerid timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dtftpd.c309 static void timer(int signum);
338 static void timer(int signum) function
1126 mysignal(SIGALRM, timer);
1194 mysignal(SIGALRM, timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1004 \item\verb|probe| --- the delay timer expired but no confirmation was received.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c377 int timer; member in struct:tcpstat
1162 &s.timer, &s.timeout, &s.retrs, &s.uid, &s.probes, &s.ino,
1187 if (s.timer) {
1188 if (s.timer > 4)
1189 s.timer = 5;
1190 printf(" timer:(%s,%s,%d)",
1191 tmr_name[s.timer],
1193 s.timer != 1 ? s.probes : s.retrs);
1421 printf(" timer:(%s,%s,%d)",
2382 " -o, --options show timer informatio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DGetHTTPS.cpp38 #include <timer.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Do_time.c72 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result) argument
79 gmtime_r(timer,result);
82 ts = gmtime(timer);
117 t = *timer;
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_IDLETIMER.c78 .userspacesize = offsetof(struct idletimer_tg_info, timer),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_IDLETIMER.h4 * Header file for Xtables timer target module.
42 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt.c61 * Removed old-style timers, introduced console_timer, made timer
95 #include <linux/timer.h>
3531 * Called by timer as well as from vt_console_driver
3586 * We defer the timer blanking to work queue so it can take the console mutex
H A Dvt_ioctl.c17 #include <linux/timer.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dalim7101_wdt.c5 * and the Cobalt kernel WDT timer driver by Tim Hockin
25 #include <linux/timer.h>
72 static DEFINE_TIMER(timer, wdt_timer_ping, 0, 1);
110 /* Re-set the timer interval */
111 mod_timer(&timer, jiffies + WDT_INTERVAL);
143 /* We must enable before we kick off the timer in case the timer
148 /* Start the timer */
149 mod_timer(&timer, jiffies + WDT_INTERVAL);
151 printk(KERN_INFO PFX "Watchdog timer i
[all...]
H A Dcpu5wdt.c30 #include <linux/timer.h>
63 struct timer_list timer; member in struct:__anon4360
84 mod_timer(&cpu5wdt_device.timer, jiffies + CPU5WDT_INTERVAL);
110 mod_timer(&cpu5wdt_device.timer, jiffies + CPU5WDT_INTERVAL);
245 setup_timer(&cpu5wdt_device.timer, cpu5wdt_trigger, 0);
H A Dep93xx_wdt.c30 #include <linux/timer.h>
44 static struct timer_list timer; variable in typeref:struct:timer_list
79 mod_timer(&timer, jiffies + WDT_INTERVAL);
84 del_timer_sync(&timer);
182 "timer will not stop\n");
209 /* Re-set the timer interval */
210 mod_timer(&timer, jiffies + WDT_INTERVAL);
233 setup_timer(&timer, ep93xx_timer_ping, 1);

Completed in 145 milliseconds

1234567891011>>