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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dtable.c1916 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
1921 /* Junk a RS_NET_SYN or RS_LOCAL route,
1935 if (rt->rt_state & RS_LOCAL) {
1944 state |= RS_LOCAL;
1952 if (!(state & RS_LOCAL)) {
1983 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state),
2024 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
H A Ddefs.h210 # define RS_NO_NET_SYN (RS_LOCAL | RS_IF)
212 # define RS_LOCAL 0x010 /* loopback for pt-to-pt */ macro
H A Dif.c1268 if (!(rt->rt_state & RS_LOCAL)
1278 | (RS_IF|RS_LOCAL)),
1284 (RS_IF | RS_LOCAL), &loop_rts);
1410 & ~(RS_NET_SYN | RS_LOCAL)),
H A Doutput.c548 if ((RT->rt_state & RS_LOCAL)
H A Dtrace.c545 { RS_LOCAL, 0, "LOCAL" },

Completed in 74 milliseconds