Searched refs:rt_spare (Results 1 – 7 of 7) sorted by relevance
/freebsd/sbin/routed/ |
H A D | defs.h | 173 struct rt_spare { struct 531 void trace_change(struct rt_entry *, u_int, struct rt_spare *, 534 void trace_upslot(struct rt_entry *, struct rt_spare *, 535 struct rt_spare *); 566 void rtadd(naddr, naddr, u_int, struct rt_spare *); 567 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *); 569 void rts_delete(struct rt_entry *, struct rt_spare *); 571 void rtswitch(struct rt_entry *, struct rt_spare *);
|
H A D | 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 …]
|
H A D | 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()
|
H A D | 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()
|
H A D | 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()
|
H A D | output.c | 438 struct rt_spare *rts; in walk_supply()
|
H A D | rdisc.c | 447 struct rt_spare new; in rdisc_sort()
|