Searched refs:TS_CMP (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/usr.sbin/rtadvd/ |
| HD | timer.c | 165 if (TS_CMP(&rat->rat_tm, &now, <=)) { in rtadvd_check_timer() 172 if (TS_CMP(&rat->rat_tm, &tm_max, <)) in rtadvd_check_timer() 175 if (TS_CMP(&tm_max, &tm_limit, ==)) { in rtadvd_check_timer() 178 } else if (TS_CMP(&tm_max, &now, <)) { in rtadvd_check_timer() 196 if (TS_CMP(&rat->rat_tm, &tm_max, <)) in rtadvd_set_timer()
|
| HD | timer_subr.h | 36 #define TS_CMP(tsp, usp, cmp) \ macro
|
| HD | timer_subr.c | 50 if (TS_CMP(&rat->rat_tm, &now, <=)) { in rtadvd_timer_rest()
|
| HD | rtadvd.c | 1015 if (TS_CMP(rest, &interval, <)) { in set_short_delay() 1032 if (TS_CMP(&tm_tmp, &min_delay, <)) { in set_short_delay()
|
| /freebsd-14-stable/usr.sbin/rtsold/ |
| HD | rtsold.c | 564 if (TS_CMP(&ifi->expire, &now, <=)) { in rtsol_check_timer() 666 if (TS_CMP(&now, &rao->rao_expire, in rtsol_check_timer() 683 if (TS_CMP(&ifi->expire, &rtsol_timer, <)) in rtsol_check_timer() 687 if (TS_CMP(&rtsol_timer, &tm_max, ==)) { in rtsol_check_timer() 690 } else if (TS_CMP(&rtsol_timer, &now, <)) in rtsol_check_timer() 759 if (TS_CMP(&ifi->timer, &tm_max, ==)) { in rtsol_timer_update()
|
| HD | rtsold.h | 130 #define TS_CMP(tsp, usp, cmp) \ macro
|
| HD | rtsol.c | 574 if (TS_CMP(&now, &rao->rao_expire, >)) { in ra_opt_handler() 595 if (TS_CMP(&now, &rao->rao_expire, >)) { in ra_opt_handler()
|