Searched refs:RS_LOCAL (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sbin/routed/ |
| HD | defs.h | 192 # define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF) 194 # define RS_LOCAL 0x010 /* loopback for pt-to-pt */ macro
|
| HD | table.c | 1896 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad() 1915 if (rt->rt_state & RS_LOCAL) { in rtbad_sub() 1924 state |= RS_LOCAL; in rtbad_sub() 1932 if (!(state & RS_LOCAL)) { in rtbad_sub() 1963 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state), in rtbad_sub() 2004 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
|
| HD | if.c | 1228 if (!(rt->rt_state & RS_LOCAL) in ifinit() 1238 | (RS_IF|RS_LOCAL)), in ifinit() 1244 (RS_IF | RS_LOCAL), &loop_rts); in ifinit() 1370 & ~(RS_NET_SYN | RS_LOCAL)), in addrouteforif()
|
| HD | output.c | 530 if ((RT->rt_state & RS_LOCAL) in walk_supply()
|
| HD | trace.c | 529 { RS_LOCAL, 0, "LOCAL" },
|