Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/mrouted/
Dvif.c988 u_int32_t send_tables = 0; in update_neighbor() local
1075 send_tables = (v->uv_flags & VIFF_TUNNEL) ? addr : dvmrp_group; in update_neighbor()
1078 send_tables = addr; in update_neighbor()
1160 if (v->uv_flags & VIFF_LEAF && send_tables == 0) in update_neighbor()
1161 send_tables = addr; in update_neighbor()
1168 if (!send_tables) in update_neighbor()
1169 send_tables = addr; in update_neighbor()
1171 if (send_tables) in update_neighbor()
1172 report(ALL_ROUTES, vifi, send_tables); in update_neighbor()