Searched refs:RS_LOCAL (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sbin/routed/ |
| H A D | table.c | 1915 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad() 1934 if (rt->rt_state & RS_LOCAL) { in rtbad_sub() 1943 state |= RS_LOCAL; in rtbad_sub() 1951 if (!(state & RS_LOCAL)) { in rtbad_sub() 1982 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state), in rtbad_sub() 2023 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
|
| H A D | defs.h | 197 # define RS_NO_NET_SYN (RS_LOCAL | RS_IF) 199 # define RS_LOCAL 0x010 /* loopback for pt-to-pt */ macro
|
| H A D | if.c | 1257 if (!(rt->rt_state & RS_LOCAL) in ifinit() 1267 | (RS_IF|RS_LOCAL)), in ifinit() 1273 (RS_IF | RS_LOCAL), &loop_rts); in ifinit() 1399 & ~(RS_NET_SYN | RS_LOCAL)), in addrouteforif()
|
| H A D | output.c | 548 if ((RT->rt_state & RS_LOCAL) in walk_supply()
|
| H A D | trace.c | 536 { RS_LOCAL, 0, "LOCAL" },
|