HomeSort by: relevance | last modified time | path
    Searched defs:tm_tmp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/rtadvd/
rtadvd.c 996 struct timespec interval, now, min_delay, tm_tmp, *rest; local in function:ra_timer_set_short_delay
1023 timespecsub(&now, &rai->lastsent, &tm_tmp);
1026 if (timespeccmp(&tm_tmp, &min_delay, <)) {
1027 timespecsub(&min_delay, &tm_tmp, &min_delay);

Completed in 14 milliseconds