Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/routed/
H A Ddefs.h164 struct rt_entry { struct
535 void trace_add_del(const char *, struct rt_entry *);
536 void trace_change(struct rt_entry *, u_int, struct rt_spare *,
539 void trace_upslot(struct rt_entry *, struct rt_spare *,
568 struct rt_entry *rtget(naddr, naddr);
569 struct rt_entry *rtfind(naddr);
572 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
573 void rtdelete(struct rt_entry *);
574 void rts_delete(struct rt_entry *, struct rt_spare *);
575 void rtbad_sub(struct rt_entry *);
[all …]
H A Dtable.c817 struct rt_entry *rt; in kern_check_static()
1561 struct rt_entry *rt; in del_static()
1667 struct rt_entry *
1670 struct rt_entry *rt; in rtget()
1687 struct rt_entry *
1703 struct rt_entry *rt; in rtadd()
1753 rtchange(struct rt_entry *rt, in rtchange()
1816 rtswitch(struct rt_entry *rt, in rtswitch()
1849 rtdelete(struct rt_entry *rt) in rtdelete()
1888 rtbad(struct rt_entry *rt) in rtbad()
[all …]
H A Dtrace.c648 trace_upslot(struct rt_entry *rt, in trace_upslot()
760 trace_change(struct rt_entry *rt, in trace_change()
802 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del()
822 #define RT ((struct rt_entry *)rn) in walk_trace()
H A Dif.c411 struct rt_entry *rt; in check_remote()
650 struct rt_entry *rt; in ifinit()
1252 struct rt_entry *rt; in check_net_syn()
1299 struct rt_entry *rt; in addrouteforif()
H A Dinput.c135 struct rt_entry *rt; in input()
780 struct rt_entry *rt; in input_route()
H A Doutput.c434 #define RT ((struct rt_entry *)rn) in walk_supply()
663 struct rt_entry *rt; in supply()
H A Drdisc.c446 struct rt_entry *rt; in rdisc_sort()
/freebsd-14.2/usr.sbin/route6d/
H A Droute6d.c230 static void rt_entry(struct rt_msghdr *, int);
2647 rt_entry(rtm, again); in krtread()
2653 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() function