Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mrouted/
H A Dprune.c820 rsrr_cache_send(g,1); in reset_neighbor_state()
880 rsrr_cache_send(g,0); in del_table_entry()
938 rsrr_cache_send(g,0); in del_table_entry()
1000 rsrr_cache_send(g,1); in update_table_entry()
1044 rsrr_cache_send(g,1); in update_lclgrp()
1094 rsrr_cache_send(g,1); in delete_lclgrp()
1238 rsrr_cache_send(g,1); in accept_prune()
1310 rsrr_cache_send(g,1); in chkgrp_graft()
1391 rsrr_cache_send(g,1); in accept_graft()
1756 rsrr_cache_send(gt,0); in age_table_entry()
[all …]
H A Ddefs.h291 extern void rsrr_cache_send(struct gtable *gt, int notify);
H A Drsrr.c458 rsrr_cache_send(gt,notify) in rsrr_cache_send() function