Searched refs:RS_LOCAL (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/routed/ |
H A D | defs.h | 165 # define RS_NO_NET_SYN (RS_LOCAL | RS_LOCAL | RS_IF) 167 # define RS_LOCAL 0x010 /* loopback for pt-to-pt */ macro
|
H A D | table.c | 1895 rtchange(rt, rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC), &new, 0); in rtbad() 1914 if (rt->rt_state & RS_LOCAL) { in rtbad_sub() 1923 state |= RS_LOCAL; in rtbad_sub() 1931 if (!(state & RS_LOCAL)) { in rtbad_sub() 1962 rtchange(rt, ((rt->rt_state & ~(RS_NET_SYN|RS_LOCAL)) | state), in rtbad_sub() 2003 if (0 == (RT->rt_state & (RS_IF | RS_NET_SYN | RS_LOCAL))) { in walk_bad()
|
H A D | if.c | 1206 if (!(rt->rt_state & RS_LOCAL) in ifinit() 1216 | (RS_IF|RS_LOCAL)), in ifinit() 1222 (RS_IF | RS_LOCAL), &loop_rts); in ifinit() 1349 & ~(RS_NET_SYN | RS_LOCAL)), in addrouteforif()
|
H A D | output.c | 520 if ((RT->rt_state & RS_LOCAL) in walk_supply()
|
H A D | trace.c | 517 { RS_LOCAL, 0, "LOCAL" },
|