Searched refs:RS_IF (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/routed/ |
H A D | defs.h | 162 # 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 D | output.c | 444 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 D | if.c | 1216 | (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 D | table.c | 1417 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 D | trace.c | 513 { RS_IF, 0, "IF" },
|