Home
last modified time | relevance | path

Searched refs:pt_timer (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.sbin/mrouted/
H A Dprune.h64 int pt_timer; /* timer for prune */ member
H A Dprune.c245 if (pt->pt_timer < gt->gt_prsent_timer) in send_prune()
246 gt->gt_prsent_timer = pt->pt_timer; in send_prune()
966 if (pt->pt_timer > 10) { in accept_prune()
971 "old timer:", pt->pt_timer, "cur gm:", g->gt_grpmems); in accept_prune()
973 pt->pt_timer = prun_tmr; in accept_prune()
982 pt->pt_timer = prun_tmr; in accept_prune()
1443 if ((pt->pt_timer -= ROUTE_MAX_REPORT_DELAY) <= 0) { in age_table_entry()
1716 pt->pt_vifi, pt->pt_timer); in dump_cache()