sbin/routed/defs.h
567
void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
sbin/routed/if.c
1148
rtchange(rt, rt->rt_state | RS_MHOME,
sbin/routed/if.c
1215
rtchange(rt, ((rt->rt_state & ~RS_NET_SYN)
sbin/routed/if.c
1348
rtchange(rt, ((rt->rt_state | RS_IF)
sbin/routed/input.c
877
rtchange(rt, rt->rt_state, new, 0);
sbin/routed/rdisc.c
511
rtchange(rt, rt->rt_state & ~RS_RDISC,
sbin/routed/rdisc.c
540
rtchange(rt, rt->rt_state | RS_RDISC, &new, 0);
sbin/routed/table.c
1839
rtchange(rt, rt->rt_state & ~(RS_NET_SYN | RS_RDISC), rts, label);
sbin/routed/table.c
1895
rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
sbin/routed/table.c
1962
rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state),
sbin/routed/table.c
2083
rtchange(RT, RT->rt_state, &new, 0);
sbin/routed/table.c
833
rtchange(rt, rt->rt_state | RS_STATIC, &new, 0);