Home
last modified time | relevance | path

Searched refs:pfx_timer (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.sbin/rtadvd/
H A Dconfig.c1176 if (pfx->pfx_timer) in delete_prefix()
1177 rtadvd_remove_timer(pfx->pfx_timer); in delete_prefix()
1193 if (pfx->pfx_timer) { /* sanity check */ in invalidate_prefix()
1206 pfx->pfx_timer = rtadvd_add_timer(prefix_timeout, NULL, pfx, NULL); in invalidate_prefix()
1207 if (pfx->pfx_timer == NULL) { in invalidate_prefix()
1214 rtadvd_set_timer(&timo, pfx->pfx_timer); in invalidate_prefix()
1235 if (pfx->pfx_timer == NULL) { /* sanity check */ in update_prefix()
1247 rtadvd_remove_timer(pfx->pfx_timer); in update_prefix()
1248 pfx->pfx_timer = NULL; in update_prefix()
1453 if (pfx->pfx_timer) in make_packet()
[all …]
H A Drtadvd.h115 struct rtadvd_timer *pfx_timer; member
H A Drtadvd.c610 if (pfx->pfx_timer) { in rtmsg_input()
1289 if (!pfx->pfx_timer && rai->rai_clockskew && in prefix_check()
1304 } else if (!pfx->pfx_timer && preferred_time != pfx->pfx_preflifetime) in prefix_check()
1322 if (!pfx->pfx_timer && rai->rai_clockskew && in prefix_check()
1337 } else if (!pfx->pfx_timer && valid_time != pfx->pfx_validlifetime) { in prefix_check()
/freebsd-14.2/usr.sbin/rtadvctl/
H A Drtadvctl.c801 if (pfx->pfx_timer) { in action_show_prefix()
804 rest = rtadvd_timer_rest(pfx->pfx_timer); in action_show_prefix()