Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h199 struct rt_spare { struct
235 struct rt_spare *rt_spares;
691 extern void trace_change(struct rt_entry *, uint16_t, struct rt_spare *,
696 extern void trace_upslot(struct rt_entry *, struct rt_spare *,
697 struct rt_spare *);
710 extern void input_route(in_addr_t, in_addr_t, struct rt_spare *,
746 extern void rtadd(in_addr_t, in_addr_t, uint16_t, struct rt_spare *);
747 extern void rtchange(struct rt_entry *, uint16_t, struct rt_spare *,
750 extern void rts_delete(struct rt_entry *, struct rt_spare *);
752 extern void rtswitch(struct rt_entry *, struct rt_spare *);
H A Dtable.c1022 struct rt_spare new; in kern_check_static()
1981 struct rt_spare *rts; in walk_kern()
2304 struct rt_spare *new) in rtadd()
2309 struct rt_spare *rts; in rtadd()
2412 static struct rt_spare *
2434 struct rt_spare swap; in rtswitch()
2468 struct rt_spare *rts; in rtdelete()
2531 struct rt_spare new; in rtbad()
2643 struct rt_spare *rts; in walk_bad()
2692 struct rt_spare *rts; in walk_rewire()
[all …]
H A Drdisc.c353 struct rt_spare new; in rdisc_age()
514 struct rt_spare *rts = NULL; in del_rdisc()
576 struct rt_spare new, *rts; in rdisc_sort()
609 sizeof (struct rt_spare); in rdisc_sort()
612 struct rt_spare *tmprts; in rdisc_sort()
617 (SPARE_INC * sizeof (struct rt_spare))); in rdisc_sort()
828 sizeof (struct rt_spare); in rdisc_sort()
831 struct rt_spare *tmprts; in rdisc_sort()
837 sizeof (struct rt_spare))); in rdisc_sort()
H A Dinput.c164 struct rt_spare new; in input()
1061 struct rt_spare *new, in input_route()
1067 struct rt_spare *rts, *rts0; in input_route()
1069 struct rt_spare *ptr; in input_route()
1212 sizeof (struct rt_spare); in input_route()
1219 SPARE_INC * sizeof (struct rt_spare)); in input_route()
H A Dtrace.c762 print_rts(struct rt_spare *rts, in print_rts()
871 struct rt_spare *rts, in trace_upslot()
872 struct rt_spare *new) in trace_upslot()
981 struct rt_spare *new, in trace_change()
1048 struct rt_spare *rts; in walk_trace()
H A Dif.c85 static struct rt_spare loop_rts;
1771 struct rt_spare new; in check_net_syn()
1820 struct rt_spare new; in addrouteforif()
H A Dparms.c1018 struct rt_spare new; in addroutefordefault()
H A Doutput.c495 struct rt_spare *rts; in walk_supply()