Home | History | Annotate | Download | only in routed

Lines Matching defs:rt_entry

191 struct rt_entry {
563 extern void trace_add_del(const char *, struct rt_entry *);
564 extern void trace_change(struct rt_entry *, u_int, struct rt_spare *,
567 extern void trace_upslot(struct rt_entry *, struct rt_spare *,
599 extern struct rt_entry *rtget(naddr, naddr);
600 extern struct rt_entry *rtfind(naddr);
603 extern void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
604 extern void rtdelete(struct rt_entry *);
605 extern void rts_delete(struct rt_entry *, struct rt_spare *);
606 extern void rtbad_sub(struct rt_entry *);
607 extern void rtswitch(struct rt_entry *, struct rt_spare *);
608 extern void rtbad(struct rt_entry *);