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

/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Dtimer.h63 void TIMEVAL_SUB(struct timeval *, struct timeval *,
H A Dtimer.c153 TIMEVAL_SUB(&timer_head.tm, &now, &returnval);
170 TIMEVAL_SUB(&timer->tm, &now, &returnval);
196 TIMEVAL_SUB(struct timeval *a, struct timeval *b, struct timeval *result) function
H A Drtadvd.c893 TIMEVAL_SUB(&now, &rai->lastsent, &tm_tmp);
897 TIMEVAL_SUB(&min_delay, &tm_tmp, &min_delay);
/macosx-10.9.5/network_cmds-433/rtsol.tproj/
H A Drtsold.c101 static void TIMEVAL_SUB __P((struct timeval *a, struct timeval *b,
563 TIMEVAL_SUB(&rtsol_timer, &now, &returnval);
674 TIMEVAL_SUB(struct timeval *a, struct timeval *b, struct timeval *result) function

Completed in 142 milliseconds