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

/freebsd-9.3-release/sbin/routed/
H A Ddefs.h189 # define RS_IF 0x001 /* for network interface */ macro
192 # define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF)
235 && (!((rt_state) & RS_IF) \
H A Dif.c1238 | (RS_IF|RS_LOCAL)),
1244 (RS_IF | RS_LOCAL), &loop_rts);
1369 rtchange(rt, ((rt->rt_state | RS_IF)
1379 rtadd(dst, ifp->int_mask, RS_IF, &new);
H A Doutput.c454 if ((RT->rt_state & RS_IF)
507 if (!(RT->rt_state & RS_IF)
593 && (!(RT->rt_state & RS_IF)
H A Dtable.c1418 if (!(RT->rt_state & RS_IF)) {
1826 | RS_NET_SYN | RS_IF)))
1896 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0);
2004 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) {
H A Dtrace.c525 { RS_IF, 0, "IF" },

Completed in 69 milliseconds