Searched refs:RS_LOCAL (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sbin/routed/ |
| D | defs.h | 154 # define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF) 156 # define RS_LOCAL 0x010 /* loopback for pt-to-pt */ macro
|
| D | if.c | 1001 if (!(rt->rt_state & RS_LOCAL) in ifinit() 1008 | (RS_IF|RS_LOCAL)), in ifinit() 1014 0, 0, (RS_IF | RS_LOCAL), ifp); in ifinit() 1137 & ~(RS_NET_SYN | RS_LOCAL)), in addrouteforif()
|
| D | table.c | 1733 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), in rtbad() 1755 if (rt->rt_state & RS_LOCAL) { in rtbad_sub() 1764 state |= RS_LOCAL; in rtbad_sub() 1772 if (!(state & RS_LOCAL)) { in rtbad_sub() 1801 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN | RS_LOCAL)) in rtbad_sub() 1856 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
|
| D | trace.c | 426 { RS_LOCAL, 0, "LOCAL" },
|
| D | output.c | 447 if ((RT->rt_state & RS_LOCAL) in walk_supply()
|