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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h278 now_stale <= (A)->rts_time && \
283 now_stale > (B)->rts_time) || \
596 extern time_t now_stale;
H A Dmain.c70 /* If a route's rts_time is <= to now_stale, the route is stale. */
71 time_t now_stale; variable
146 now_stale = EPOCH - STALE_TIME;
461 now_stale = now.tv_sec - STALE_TIME;
H A Dtable.c2752 rts->rts_time = now_stale + 1;
2758 rts->rts_time >= now_stale) {
2774 if (now_stale <= RT->rt_time)
H A Dinput.c1148 now_stale <= rts->rts_time)

Completed in 186 milliseconds