Searched refs:update_route (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/mrouted/ |
H A D | vif.c | 292 update_route(v->uv_subnet, v->uv_subnetmask, 0, 0, vifi); in start_vif2() 295 update_route(p->pa_subnet, p->pa_subnetmask, 0, 0, vifi); in start_vif2() 347 update_route(v->uv_subnet, v->uv_subnetmask, UNREACHABLE, 0, vifi); in stop_vif() 350 update_route(p->pa_subnet, p->pa_subnetmask, UNREACHABLE, 0, vifi); in stop_vif()
|
H A D | defs.h | 150 extern void update_route(u_int32_t origin, u_int32_t mask,
|
H A D | route.c | 341 update_route(u_int32_t origin, u_int32_t mask, u_int metric, u_int32_t src, in update_route() function 814 update_route(rt[i].origin, rt[i].mask, rt[i].metric, in accept_report()
|