Home
last modified time | relevance | path

Searched refs:RS_IF (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h222 #define RS_IF 0x0001 /* for network interface */ macro
225 #define RS_NO_NET_SYN (RS_LOCAL | RS_IF)
261 (!((rt_state) & RS_IF) || \
H A Doutput.c504 if ((RT->rt_state & RS_IF) && RT->rt_ifp != NULL && in walk_supply()
574 if (!(RT->rt_state & RS_IF) && !(RT->rt_state & RS_MHOME) && in walk_supply()
650 (ws.state & WS_ST_TO_ON_NET) && (!(RT->rt_state & RS_IF) || in walk_supply()
H A Dif.c1733 (RS_IF|RS_LOCAL)), &loop_rts, 0); in ifscan()
1739 (RS_IF | RS_LOCAL), &loop_rts); in ifscan()
1822 uint16_t rt_newstate = RS_IF; in addrouteforif()
H A Dtable.c2000 if (!(RT->rt_state & RS_IF)) { in walk_kern()
2440 RS_NET_SYN | RS_IF))) in rtswitch()
2540 rt_state = rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC); in rtbad()
2669 if (!(RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
H A Dtrace.c620 { RS_IF, 0, "IF" },