Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/routed/
H A Ddefs.h166 struct rt_entry { struct
537 void trace_add_del(const char *, struct rt_entry *);
538 void trace_change(struct rt_entry *, u_int, struct rt_spare *,
541 void trace_upslot(struct rt_entry *, struct rt_spare *,
570 struct rt_entry *rtget(naddr, naddr);
571 struct rt_entry *rtfind(naddr);
574 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
575 void rtdelete(struct rt_entry *);
576 void rts_delete(struct rt_entry *, struct rt_spare *);
577 void rtbad_sub(struct rt_entry *);
[all …]
H A Dtable.c822 struct rt_entry *rt; in kern_check_static()
1566 struct rt_entry *rt; in del_static()
1672 struct rt_entry *
1675 struct rt_entry *rt; in rtget()
1692 struct rt_entry *
1708 struct rt_entry *rt; in rtadd()
1758 rtchange(struct rt_entry *rt, in rtchange()
1821 rtswitch(struct rt_entry *rt, in rtswitch()
1854 rtdelete(struct rt_entry *rt) in rtdelete()
1893 rtbad(struct rt_entry *rt) in rtbad()
[all …]
H A Dtrace.c653 trace_upslot(struct rt_entry *rt, in trace_upslot()
765 trace_change(struct rt_entry *rt, in trace_change()
807 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del()
827 #define RT ((struct rt_entry *)rn) in walk_trace()
H A Dif.c416 struct rt_entry *rt; in check_remote()
655 struct rt_entry *rt; in ifinit()
1257 struct rt_entry *rt; in check_net_syn()
1304 struct rt_entry *rt; in addrouteforif()
H A Dinput.c140 struct rt_entry *rt; in input()
785 struct rt_entry *rt; in input_route()
H A Doutput.c439 #define RT ((struct rt_entry *)rn) in walk_supply()
668 struct rt_entry *rt; in supply()
H A Drdisc.c451 struct rt_entry *rt; in rdisc_sort()
/freebsd-13.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