Searched refs:RS_IF (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sbin/routed/ |
| D | defs.h | 191 # 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) \
|
| D | output.c | 456 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()
|
| D | if.c | 1241 | (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()
|
| D | table.c | 1429 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()
|
| D | trace.c | 533 { RS_IF, 0, "IF" },
|