Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:now

160 	/* Now populate the structure and add it to the list */
262 struct timespec now, w;
265 get_monotonic(&now);
266 timespecadd(&now, when, &w);
268 if (timespeccmp(&w, &now, <)) {
460 struct timespec now;
463 if (get_monotonic(&now) == -1)
524 struct timespec now, ts, *tsp;
547 get_monotonic(&now);
548 if (timespeccmp(&now, &t->when, >)) {
554 timespecsub(&t->when, &now, &ts);