Home
last modified time | relevance | path

Searched refs:update_table_entry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/mrouted/
H A Droute.c135 update_table_entry(r); in add_vif_to_routes()
165 update_table_entry(r); in delete_vif_from_routes()
202 update_table_entry(r); in delete_neighbor_from_routes()
208 update_table_entry(r); in delete_neighbor_from_routes()
219 update_table_entry(r); in delete_neighbor_from_routes()
420 update_table_entry(r); in update_route()
441 update_table_entry(r); in update_route()
475 update_table_entry(r); in update_route()
506 update_table_entry(r); in update_route()
518 update_table_entry(r); in update_route()
[all …]
H A Ddefs.h233 extern void update_table_entry(struct rtentry *r);
H A Dprune.c954 update_table_entry(struct rtentry *r) in update_table_entry() function