Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/routed/
Ddefs.h191 # define RS_IF 0x001 /* for network interface */ macro
194 # define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF)
237 && (!((rt_state) & RS_IF) \
Doutput.c456 if ((RT->rt_state & RS_IF) in walk_supply()
509 if (!(RT->rt_state & RS_IF) in walk_supply()
595 && (!(RT->rt_state & RS_IF) in walk_supply()
Dif.c1241 | (RS_IF|RS_LOCAL)), in ifinit()
1247 (RS_IF | RS_LOCAL), &loop_rts); in ifinit()
1373 rtchange(rt, ((rt->rt_state | RS_IF) in addrouteforif()
1383 rtadd(dst, ifp->int_mask, RS_IF, &new); in addrouteforif()
Dtable.c1429 if (!(RT->rt_state & RS_IF)) { in walk_kern()
1837 | RS_NET_SYN | RS_IF))) in rtswitch()
1907 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad()
2015 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
Dtrace.c533 { RS_IF, 0, "IF" },