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

/freebsd-13-stable/usr.sbin/rtadvd/
H A Dtimer.c166 if (TS_CMP(&rat->rat_tm, &now, <=)) {
173 if (TS_CMP(&rat->rat_tm, &tm_max, <))
176 if (TS_CMP(&tm_max, &tm_limit, ==)) {
179 } else if (TS_CMP(&tm_max, &now, <)) {
197 if (TS_CMP(&rat->rat_tm, &tm_max, <))
H A Dtimer_subr.h37 #define TS_CMP(tsp, usp, cmp) \ macro
H A Dtimer_subr.c51 if (TS_CMP(&rat->rat_tm, &now, <=)) {
H A Drtadvd.c1016 if (TS_CMP(rest, &interval, <)) {
1033 if (TS_CMP(&tm_tmp, &min_delay, <)) {
/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsold.c557 if (TS_CMP(&ifi->expire, &now, <=)) {
658 if (TS_CMP(&now, &rao->rao_expire,
675 if (TS_CMP(&ifi->expire, &rtsol_timer, <))
679 if (TS_CMP(&rtsol_timer, &tm_max, ==)) {
682 } else if (TS_CMP(&rtsol_timer, &now, <))
748 if (TS_CMP(&ifi->timer, &tm_max, ==)) {
H A Drtsold.h131 #define TS_CMP(tsp, usp, cmp) \ macro
H A Drtsol.c560 if (TS_CMP(&now, &rao->rao_expire, >)) {
581 if (TS_CMP(&now, &rao->rao_expire, >)) {

Completed in 258 milliseconds