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);
|