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

/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsold.c472 struct timeval now, rtsol_timer; local
478 rtsol_timer = tm_max;
551 if (TIMEVAL_LT(ifinfo->expire, rtsol_timer))
552 rtsol_timer = ifinfo->expire;
555 if (TIMEVAL_EQ(rtsol_timer, tm_max)) {
559 else if (TIMEVAL_LT(rtsol_timer, now))
563 TIMEVAL_SUB(&rtsol_timer, &now, &returnval);

Completed in 132 milliseconds