Home | History | Annotate | Download | only in mrouted

Lines Matching refs:rtentry

19 #define RT_ADDR	(struct rtentry *)&routing_table
31 struct rtentry *routing_table; /* pointer to list of route entries */
36 static struct rtentry *rtp; /* pointer to a route entry */
37 static struct rtentry *rt_end; /* pointer to last route entry */
43 static int init_children_and_leaves(struct rtentry *r, vifi_t parent);
46 static void discard_route(struct rtentry *prev_r);
48 static int report_chunk(struct rtentry *start_rt, vifi_t vifi, u_int32_t dst);
71 init_children_and_leaves(struct rtentry *r, vifi_t parent)
116 struct rtentry *r;
149 struct rtentry *r;
183 struct rtentry *r;
253 struct rtentry *r;
284 struct rtentry *r;
286 if ((r = (struct rtentry *) malloc(sizeof(struct rtentry) +
320 discard_route(struct rtentry *prev_r)
322 struct rtentry *r;
345 struct rtentry *r;
575 struct rtentry *r;
576 struct rtentry *prev_r;
657 struct rtentry *r;
673 struct rtentry *r;
835 struct rtentry *r;
923 struct rtentry *r;
967 report_chunk(struct rtentry *start_rt, vifi_t vifi, u_int32_t dst)
969 struct rtentry *r;
1042 struct rtentry *sr;
1093 struct rtentry *r;
1124 struct rtentry *
1127 struct rtentry *rt;