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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h229 #define RS_STATIC 0x0040 /* from the kernel */ macro
258 ((!((rt_state) & (RS_MHOME | RS_STATIC | RS_NET_SYN)) && \
H A Dtable.c1023 uint16_t rt_state = RS_STATIC;
1039 if ((rt->rt_state & RS_STATIC) == 0) {
1992 if ((RT->rt_state & RS_STATIC) &&
2202 if (rt != NULL && (rt->rt_state & RS_STATIC))
2439 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC |
2540 rt_state = rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC);
H A Doutput.c707 if ((RT->rt_state & RS_STATIC) && (ws.ifp == RT->rt_ifp))
H A Dparms.c1020 uint16_t rt_newstate = RS_STATIC;
H A Dtrace.c626 { RS_STATIC, 0, "STATIC" },

Completed in 75 milliseconds