Home
last modified time | relevance | path

Searched refs:rt_spare (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sbin/routed/
Ddefs.h200 struct rt_spare { struct
564 void trace_change(struct rt_entry *, u_int, struct rt_spare *,
567 void trace_upslot(struct rt_entry *, struct rt_spare *,
568 struct rt_spare *);
599 void rtadd(naddr, naddr, u_int, struct rt_spare *);
600 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
602 void rts_delete(struct rt_entry *, struct rt_spare *);
604 void rtswitch(struct rt_entry *, struct rt_spare *);
Dtable.c43 static struct rt_spare *rts_better(struct rt_entry *);
44 static struct rt_spare rts_empty = {0,0,0,HOPCNT_INFINITY,0,0,0};
828 struct rt_spare new; in kern_check_static()
1702 struct rt_spare *new) in rtadd()
1707 struct rt_spare *rts; in rtadd()
1756 struct rt_spare *new, in rtchange()
1797 static struct rt_spare *
1800 struct rt_spare *rts, *rts1; in rts_better()
1818 struct rt_spare *rts) in rtswitch()
1820 struct rt_spare swap; in rtswitch()
[all …]
Dtrace.c594 print_rts(struct rt_spare *rts, in print_rts()
661 struct rt_spare *rts, in trace_upslot()
662 struct rt_spare *new) in trace_upslot()
774 struct rt_spare *new, in trace_change()
835 struct rt_spare *rts; in walk_trace()
Dinput.c45 static void input_route(naddr, naddr, struct rt_spare *, struct netinfo *);
146 struct rt_spare new; in input()
774 struct rt_spare *new, in input_route()
779 struct rt_spare *rts, *rts0; in input_route()
Dif.c74 static struct rt_spare loop_rts;
1274 static struct rt_spare new; in check_net_syn()
1321 static struct rt_spare new; in addrouteforif()
Drdisc.c457 struct rt_spare new; in rdisc_sort()
Doutput.c448 struct rt_spare *rts; in walk_supply()