Searched refs:routing_table (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Droute.c19 #define RT_ADDR (struct rtentry *)&routing_table
31 struct rtentry *routing_table; /* pointer to list of route entries */ variable in typeref:struct:rtentry
56 routing_table = NULL;
120 for (r = routing_table; r != NULL; r = r->rt_next) {
151 for (r = routing_table; r != NULL; r = r->rt_next) {
187 for (r = routing_table; r != NULL; r = r->rt_next) {
579 for (prev_r = RT_ADDR, r = routing_table;
659 for (r = routing_table; r != NULL; r = r->rt_next) {
950 for (r = routing_table; r != NULL; r = r->rt_next) {
1102 for (r = routing_table;
[all...]
H A Dprune.c17 extern struct rtentry *routing_table;
488 for (rt = routing_table; rt; rt = rt->rt_next) {
504 for (rt = routing_table; rt; rt=rt->rt_next) {
1499 for (r = routing_table; r; r = r->rt_next) {

Completed in 61 milliseconds