Searched refs:RS_NET_SYN (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1889 * This includes routes that had RS_NET_SYN for interfaces that
1985 if (RT->rt_state & RS_NET_SYN)
2440 RS_NET_SYN | RS_IF)))
2454 rtchange(rt, rt->rt_state & ~(RS_NET_SYN), rts, label);
2566 * Junk a RS_NET_SYN or RS_LOCAL route,
2602 if (rt->rt_state & RS_NET_SYN) {
2607 state |= RS_NET_SYN;
2619 state |= (RS_NET_SYN | RS_NET_INT);
2625 if (ifp1 != NULL || (state & RS_NET_SYN)) {
2628 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCA
[all...]
H A Dif.c1732 rtchange(rt, ((rt->rt_state & ~RS_NET_SYN) |
1759 RS_NET_SYN | RS_NET_INT, &loop_rts);
1783 (!(rt->rt_state & RS_NET_SYN) ||
1796 RS_NET_SYN, &new);
1804 (rt->rt_state & RS_NET_SYN) &&
1886 ~(RS_NET_SYN | RS_LOCAL)), &new, 0);
H A Ddefs.h224 #define RS_NET_SYN 0x0004 /* fake net route for subnet */ macro
258 ((!((rt_state) & (RS_MHOME | RS_STATIC | RS_NET_SYN)) && \
381 #define IS_NEED_NET_SYN 0x00002000 /* need RS_NET_SYN route */
H A Dtrace.c621 { RS_NET_INT, RS_NET_SYN, "NET_INT" },
622 { RS_NET_SYN, 0, "NET_SYN" },
H A Dinput.c900 * the defense against RS_NET_SYN.
904 !(rt->rt_state & RS_NET_SYN))) &&
1107 * If (rt->rt_state & RS_NET_SYN), then this route
H A Doutput.c538 if (RT->rt_state & RS_NET_SYN) {

Completed in 82 milliseconds