Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Ddefs.h162 # define RS_IF 0x001 /* for network interface */ macro
165 # define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF)
208 && (!((rt_state) & RS_IF) \
H A Doutput.c444 if ((RT->rt_state & RS_IF) in walk_supply()
497 if (!(RT->rt_state & RS_IF) in walk_supply()
583 && (!(RT->rt_state & RS_IF) in walk_supply()
H A Dif.c1216 | (RS_IF|RS_LOCAL)), in ifinit()
1222 (RS_IF | RS_LOCAL), &loop_rts); in ifinit()
1348 rtchange(rt, ((rt->rt_state | RS_IF) in addrouteforif()
1358 rtadd(dst, ifp->int_mask, RS_IF, &new); in addrouteforif()
H A Dtable.c1417 if (!(RT->rt_state & RS_IF)) { in walk_kern()
1825 | RS_NET_SYN | RS_IF))) in rtswitch()
1895 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad()
2003 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
H A Dtrace.c513 { RS_IF, 0, "IF" },