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 *);
[all...]
H A Dtable.c52 static struct rt_spare *rts_better(struct rt_entry *);
53 static struct rt_spare rts_empty = EMPTY_RT_SPARE;
1022 struct rt_spare new;
1246 struct rt_spare new, *rts, *losing_rts = NULL;
1982 struct rt_spare *rts;
2305 struct rt_spare *new)
2310 struct rt_spare *rts;
2320 rt->rt_spares = rtmalloc(SPARE_INC * sizeof (struct rt_spare),
2323 (void) memset(rt->rt_spares, 0, SPARE_INC * sizeof (struct rt_spare));
2364 struct rt_spare *ne
[all...]
H A Drdisc.c355 struct rt_spare new;
399 * there is no rt_spare entry, create one
516 struct rt_spare *rts = NULL;
578 struct rt_spare new, *rts;
591 * If all the rt_spare entries are taken up with with default routes
611 sizeof (struct rt_spare);
614 struct rt_spare *tmprts;
619 (SPARE_INC * sizeof (struct rt_spare)));
747 * a. empty rt_spare slots
817 * The rt_spare o
[all...]
H A Dinput.c164 struct rt_spare new;
1061 struct rt_spare *new,
1067 struct rt_spare *rts, *rts0;
1069 struct rt_spare *ptr;
1212 sizeof (struct rt_spare);
1219 SPARE_INC * sizeof (struct rt_spare));
H A Dtrace.c762 print_rts(struct rt_spare *rts,
871 struct rt_spare *rts,
872 struct rt_spare *new)
981 struct rt_spare *new,
1048 struct rt_spare *rts;
H A Dif.c85 static struct rt_spare loop_rts;
1771 struct rt_spare new;
1820 struct rt_spare new;
H A Doutput.c497 struct rt_spare *rts;
H A Dparms.c1018 struct rt_spare new;

Completed in 84 milliseconds