Searched refs:RS_IF (Results 1 – 5 of 5) sorted by relevance
222 #define RS_IF 0x0001 /* for network interface */ macro225 #define RS_NO_NET_SYN (RS_LOCAL | RS_IF)261 (!((rt_state) & RS_IF) || \
504 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()
1733 (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()
2000 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()
620 { RS_IF, 0, "IF" },