Searched refs:rt_spare (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | defs.h | 199 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 D | table.c | 52 static struct rt_spare *rts_better(struct rt_entry *); 53 static struct rt_spare rts_empty = EMPTY_RT_SPARE; 1022 struct rt_spare new; in kern_check_static() 1246 struct rt_spare new, *rts, *losing_rts = NULL; in rtm_lose() 1982 struct rt_spare *rts; in walk_kern() 2305 struct rt_spare *new) in rtadd() 2310 struct rt_spare *rts; in rtadd() 2320 rt->rt_spares = rtmalloc(SPARE_INC * sizeof (struct rt_spare), in rtadd() 2323 (void) memset(rt->rt_spares, 0, SPARE_INC * sizeof (struct rt_spare)); in rtadd() 2364 struct rt_spare *new, in rtchange() [all …]
|
H A D | rdisc.c | 355 struct rt_spare new; in rdisc_age() 516 struct rt_spare *rts = NULL; in del_rdisc() 578 struct rt_spare new, *rts; in rdisc_sort() 611 sizeof (struct rt_spare); in rdisc_sort() 614 struct rt_spare *tmprts; in rdisc_sort() 619 (SPARE_INC * sizeof (struct rt_spare))); in rdisc_sort() 830 sizeof (struct rt_spare); in rdisc_sort() 833 struct rt_spare *tmprts; in rdisc_sort() 839 sizeof (struct rt_spare))); in rdisc_sort()
|
H A D | input.c | 164 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 D | trace.c | 762 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 D | if.c | 85 static struct rt_spare loop_rts; 1771 struct rt_spare new; in check_net_syn() 1820 struct rt_spare new; in addrouteforif()
|
H A D | output.c | 497 struct rt_spare *rts; in walk_supply()
|
H A D | parms.c | 1018 struct rt_spare new; in addroutefordefault()
|