RS_IF
#define RS_NO_NET_SYN (RS_LOCAL | RS_IF)
(!((rt_state) & RS_IF) || \
(RS_IF|RS_LOCAL)), &loop_rts, 0);
(RS_IF | RS_LOCAL), &loop_rts);
uint16_t rt_newstate = RS_IF;
if ((RT->rt_state & RS_IF) && RT->rt_ifp != NULL &&
if (!(RT->rt_state & RS_IF) && !(RT->rt_state & RS_MHOME) &&
(ws.state & WS_ST_TO_ON_NET) && (!(RT->rt_state & RS_IF) ||
if (!(RT->rt_state & RS_IF)) {
RS_NET_SYN | RS_IF)))
rt_state = rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC);
if (!(RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
{ RS_IF, 0, "IF" },