Searched refs:rt_entry (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sbin/routed/ |
| H A D | defs.h | 164 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 D | table.c | 817 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 D | trace.c | 648 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 D | if.c | 411 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 D | input.c | 135 struct rt_entry *rt; in input() 780 struct rt_entry *rt; in input_route()
|
| H A D | output.c | 434 #define RT ((struct rt_entry *)rn) in walk_supply() 663 struct rt_entry *rt; in supply()
|
| H A D | rdisc.c | 446 struct rt_entry *rt; in rdisc_sort()
|
| /freebsd-14.2/usr.sbin/route6d/ |
| H A D | route6d.c | 230 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
|