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

/external/dhcpcd-6.8.2/
H A Dcommon.h64 #define timespeccmp(tsp, usp, cmp) \ macro
H A Deloop.c268 if (timespeccmp(&w, &now, <)) {
302 if (timespeccmp(&t->when, &tt->when, <)) {
548 if (timespeccmp(&now, &t->when, >)) {
H A Dipv6nd.c1442 if (rap->lifetime == 0 || timespeccmp(&now, &expire, >))
1455 timespeccmp(&next, &lt, >))
1480 if (timespeccmp(&now, &rao->expire, >)) {
1494 if (!timespecisset(&next) || timespeccmp(&next, &lt, >))

Completed in 90 milliseconds