sbin/routed/defs.h
603
extern void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
sbin/routed/if.c
1197
rtchange(rt, rt->rt_state | RS_MHOME,
sbin/routed/if.c
1266
rtchange(rt, ((rt->rt_state & ~RS_NET_SYN)
sbin/routed/if.c
1398
rtchange(rt, ((rt->rt_state | RS_IF)
sbin/routed/input.c
881
rtchange(rt, rt->rt_state, new, 0);
sbin/routed/rdisc.c
525
rtchange(rt, rt->rt_state & ~RS_RDISC,
sbin/routed/rdisc.c
554
rtchange(rt, rt->rt_state | RS_RDISC, &new, 0);
sbin/routed/table.c
1859
rtchange(rt, rt->rt_state & ~(RS_NET_SYN | RS_RDISC), rts, label);
sbin/routed/table.c
1915
rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
sbin/routed/table.c
1982
rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state),
sbin/routed/table.c
2103
rtchange(RT, RT->rt_state, &new, 0);
sbin/routed/table.c
848
rtchange(rt, rt->rt_state | RS_STATIC, &new, 0);