Searched refs:rtchange (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/routed/ |
H A D | table.c | 833 rtchange(rt, rt->rt_state | RS_STATIC, &new, 0); in kern_check_static() 1753 rtchange(struct rt_entry *rt, in rtchange() function 1839 rtchange(rt, rt->rt_state & ~(RS_NET_SYN | RS_RDISC), rts, label); in rtswitch() 1895 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad() 1962 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state), in rtbad_sub() 2083 rtchange(RT, RT->rt_state, &new, 0); in walk_age()
|
H A D | if.c | 1148 rtchange(rt, rt->rt_state | RS_MHOME, in ifinit() 1215 rtchange(rt, ((rt->rt_state & ~RS_NET_SYN) in ifinit() 1348 rtchange(rt, ((rt->rt_state | RS_IF) in addrouteforif()
|
H A D | rdisc.c | 511 rtchange(rt, rt->rt_state & ~RS_RDISC, in rdisc_sort() 540 rtchange(rt, rt->rt_state | RS_RDISC, &new, 0); in rdisc_sort()
|
H A D | defs.h | 567 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
|
H A D | input.c | 877 rtchange(rt, rt->rt_state, new, 0); in input_route()
|