Home
last modified time | relevance | path

Searched refs:LIM_SEC (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/routed/
H A Dif.c535 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL); in if_sick()
551 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL); in if_bad()
979 LIM_SEC(ifinit_timer, in ifinit()
1176 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL); in ifinit()
H A Drdisc.c266 LIM_SEC(rdisc_timer, now.tv_sec+MIN_WAITTIME); in set_supplier()
464 LIM_SEC(rdisc_timer, drp->dr_ts+drp->dr_life+1); in rdisc_sort()
H A Dtable.c925 LIM_SEC(need_kern, 0); in rtm_add()
947 LIM_SEC(need_kern, k->k_keep); in rtm_add()
1466 LIM_SEC(need_kern, k->k_keep); in fix_kern()
H A Ddefs.h115 #define LIM_SEC(s,l) ((s).tv_sec = MIN((s).tv_sec, (l))) macro