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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h225 #define RS_NO_NET_SYN (RS_LOCAL | RS_IF)
227 #define RS_LOCAL 0x0010 /* loopback for pt-to-pt */ macro
H A Dtable.c2540 rt_state = rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC);
2566 * Junk a RS_NET_SYN or RS_LOCAL route,
2580 if (rt->rt_state & RS_LOCAL) {
2589 state |= RS_LOCAL;
2597 if (!(state & RS_LOCAL)) {
2628 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state),
2669 if (!(RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
H A Dif.c1722 if (!(rt->rt_state & RS_LOCAL) ||
1733 (RS_IF|RS_LOCAL)), &loop_rts, 0);
1739 (RS_IF | RS_LOCAL), &loop_rts);
1886 ~(RS_NET_SYN | RS_LOCAL)), &new, 0);
H A Doutput.c609 if ((RT->rt_state & RS_LOCAL) || ridhosts ||
H A Dtrace.c624 { RS_LOCAL, 0, "LOCAL" },

Completed in 60 milliseconds