Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Ddefs.h167 # define RS_IF 0x001 /* for network interface */ macro
170 # define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF)
213 && (!((rt_state) & RS_IF) \
H A Doutput.c449 if ((RT->rt_state & RS_IF) in walk_supply()
502 if (!(RT->rt_state & RS_IF) in walk_supply()
584 && (!(RT->rt_state & RS_IF) in walk_supply()
H A Dif.c1221 | (RS_IF|RS_LOCAL)), in ifinit()
1227 (RS_IF | RS_LOCAL), &loop_rts); in ifinit()
1352 rtchange(rt, ((rt->rt_state | RS_IF) in addrouteforif()
1362 rtadd(dst, ifp->int_mask, RS_IF, &new); in addrouteforif()
H A Dtable.c1375 if (!(RT->rt_state & RS_IF)) { in walk_kern()
1773 | RS_NET_SYN | RS_IF))) in rtswitch()
1843 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad()
1948 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
H A Dtrace.c507 { RS_IF, 0, "IF" },