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

/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dtimer.h38 #define TIMEVAL_LEQ(a, b) (((a).tv_sec < (b).tv_sec) ||\ macro
H A Dtimer.c134 if (TIMEVAL_LEQ(tm->tm, now)) {
163 if (TIMEVAL_LEQ(timer->tm, now)) {
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsold.c78 #define TIMEVAL_LEQ(a, b) (((a).tv_sec < (b).tv_sec) ||\ macro
481 if (TIMEVAL_LEQ(ifinfo->expire, now)) {

Completed in 115 milliseconds