Searched refs:rt_entry (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sbin/routed/ |
| H A D | defs.h | 166 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 D | table.c | 822 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 D | trace.c | 653 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 D | if.c | 416 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 D | input.c | 140 struct rt_entry *rt; in input() 785 struct rt_entry *rt; in input_route()
|
| H A D | output.c | 439 #define RT ((struct rt_entry *)rn) in walk_supply() 668 struct rt_entry *rt; in supply()
|
| H A D | rdisc.c | 451 struct rt_entry *rt; in rdisc_sort()
|
| /freebsd-13.1/usr.sbin/route6d/ |
| H A D | route6d.c | 231 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
|