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

/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Drtsold.c83 #define TIMEVAL_EQ(a, b) (((a).tv_sec==(b).tv_sec) && ((a).tv_usec==(b).tv_usec)) macro
555 if (TIMEVAL_EQ(rtsol_timer, tm_max)) {
631 if (TIMEVAL_EQ(ifinfo->timer, tm_max)) {

Completed in 184 milliseconds