Home | History | Annotate | Download | only in mrouted

Lines Matching defs:routing_table

19 #define RT_ADDR	(struct rtentry *)&routing_table
31 struct rtentry *routing_table; /* pointer to list of route entries */
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 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; r != NULL; r = r->rt_next) {
1129 for (rt = routing_table; rt != NULL; rt = rt->rt_next) {