Home | History | Annotate | Download | only in routed

Lines Matching refs:RS_NET_SYN

1349 	 * This includes routes that had RS_NET_SYN for interfaces that
1428 if (RT->rt_state & RS_NET_SYN)
1844 | RS_NET_SYN | RS_IF)))
1859 rtchange(rt, rt->rt_state & ~(RS_NET_SYN | RS_RDISC), rts, label);
1920 /* Junk a RS_NET_SYN or RS_LOCAL route,
1955 if (rt->rt_state & RS_NET_SYN) {
1960 state |= RS_NET_SYN;
1973 state |= (RS_NET_SYN | RS_NET_INT);
1979 if (ifp1 != 0 || (state & RS_NET_SYN)) {
1982 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state),
2023 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {