/src/usr.sbin/route6d/ |
route6d.c | 233 static void rt_entry(struct rt_msghdr *, int); 2393 rt_entry(rtm, again); 2399 rt_entry(struct rt_msghdr *rtm, int again) function in typeref:typename:void
|
route6d.c | 233 static void rt_entry(struct rt_msghdr *, int); 2393 rt_entry(rtm, again); 2399 rt_entry(struct rt_msghdr *rtm, int again) function in typeref:typename:void
|
/src/sbin/routed/ |
defs.h | 191 struct rt_entry { struct 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 *); [all...] |
defs.h | 191 struct rt_entry { struct 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 *); [all...] |