Home
last modified time | relevance | path

Searched refs:rt_entry (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sbin/routed/
H A Ddefs.h188 struct rt_entry { struct
566 void trace_add_del(const char *, struct rt_entry *);
567 void trace_change(struct rt_entry *, u_int, struct rt_spare *,
570 void trace_upslot(struct rt_entry *, struct rt_spare *,
599 struct rt_entry *rtget(naddr, naddr);
600 struct rt_entry *rtfind(naddr);
603 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
604 void rtdelete(struct rt_entry *);
605 void rts_delete(struct rt_entry *, struct rt_spare *);
606 void rtbad_sub(struct rt_entry *);
[all …]
H A Dtable.c829 struct rt_entry *rt; in kern_check_static()
1573 struct rt_entry *rt; in del_static()
1679 struct rt_entry *
1682 struct rt_entry *rt; in rtget()
1699 struct rt_entry *
1715 struct rt_entry *rt; in rtadd()
1765 rtchange(struct rt_entry *rt, in rtchange()
1828 rtswitch(struct rt_entry *rt, in rtswitch()
1861 rtdelete(struct rt_entry *rt) in rtdelete()
1900 rtbad(struct rt_entry *rt) in rtbad()
[all …]
H A Dtrace.c668 trace_upslot(struct rt_entry *rt, in trace_upslot()
780 trace_change(struct rt_entry *rt, in trace_change()
822 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del()
842 #define RT ((struct rt_entry *)rn) in walk_trace()
H A Dif.c423 struct rt_entry *rt; in check_remote()
662 struct rt_entry *rt; in ifinit()
1277 struct rt_entry *rt; in check_net_syn()
1324 struct rt_entry *rt; in addrouteforif()
H A Dinput.c147 struct rt_entry *rt; in input()
792 struct rt_entry *rt; in input_route()
H A Doutput.c446 #define RT ((struct rt_entry *)rn) in walk_supply()
675 struct rt_entry *rt; in supply()
H A Drdisc.c458 struct rt_entry *rt; in rdisc_sort()
/freebsd-12.1/usr.sbin/route6d/
H A Droute6d.c231 static void rt_entry(struct rt_msghdr *, int);
2648 rt_entry(rtm, again); in krtread()
2654 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() function