Searched refs:rt_spare (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sbin/routed/ |
| HD | defs.h | 178 struct rt_spare { struct 536 void trace_change(struct rt_entry *, u_int, struct rt_spare *, 539 void trace_upslot(struct rt_entry *, struct rt_spare *, 540 struct rt_spare *); 571 void rtadd(naddr, naddr, u_int, struct rt_spare *); 572 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *); 574 void rts_delete(struct rt_entry *, struct rt_spare *); 576 void rtswitch(struct rt_entry *, struct rt_spare *);
|
| HD | table.c | 33 static struct rt_spare *rts_better(struct rt_entry *); 34 static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0}; 818 struct rt_spare new; in kern_check_static() 1701 struct rt_spare *new) in rtadd() 1706 struct rt_spare *rts; in rtadd() 1755 struct rt_spare *new, in rtchange() 1796 static struct rt_spare * 1799 struct rt_spare *rts, *rts1; in rts_better() 1817 struct rt_spare *rts) in rtswitch() 1819 struct rt_spare swap; in rtswitch() [all …]
|
| HD | trace.c | 582 print_rts(struct rt_spare *rts, in print_rts() 649 struct rt_spare *rts, in trace_upslot() 650 struct rt_spare *new) in trace_upslot() 762 struct rt_spare *new, in trace_change() 823 struct rt_spare *rts; in walk_trace()
|
| HD | input.c | 35 static void input_route(naddr, naddr, struct rt_spare *, struct netinfo *); 136 struct rt_spare new; in input() 776 struct rt_spare *new, in input_route() 781 struct rt_spare *rts, *rts0; in input_route()
|
| HD | if.c | 64 static struct rt_spare loop_rts; 1253 static struct rt_spare new; in check_net_syn() 1300 static struct rt_spare new; in addrouteforif()
|
| HD | rdisc.c | 447 struct rt_spare new; in rdisc_sort()
|
| HD | output.c | 438 struct rt_spare *rts; in walk_supply()
|