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

/illumos-gate/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 &&
574 if (!(RT->rt_state & RS_IF) && !(RT->rt_state & RS_MHOME) &&
650 (ws.state & WS_ST_TO_ON_NET) && (!(RT->rt_state & RS_IF) ||
H A Dif.c1733 (RS_IF|RS_LOCAL)), &loop_rts, 0);
1739 (RS_IF | RS_LOCAL), &loop_rts);
1822 uint16_t rt_newstate = RS_IF;
H A Dtable.c2000 if (!(RT->rt_state & RS_IF)) {
2440 RS_NET_SYN | RS_IF)))
2540 rt_state = rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC);
2669 if (!(RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
H A Dtrace.c620 { RS_IF, 0, "IF" },

Completed in 79 milliseconds