Home
last modified time | relevance | path

Searched refs:RS_STATIC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h229 #define RS_STATIC 0x0040 /* from the kernel */ macro
258 ((!((rt_state) & (RS_MHOME | RS_STATIC | RS_NET_SYN)) && \
H A Dtable.c1023 uint16_t rt_state = RS_STATIC; in kern_check_static()
1039 if ((rt->rt_state & RS_STATIC) == 0) { in kern_check_static()
1991 if ((RT->rt_state & RS_STATIC) && in walk_kern()
2201 if (rt != NULL && (rt->rt_state & RS_STATIC)) in del_static()
2438 if (0 != (rt->rt_state & (RS_MHOME | RS_STATIC | in rtswitch()
2539 rt_state = rt->rt_state & ~(RS_IF | RS_LOCAL | RS_STATIC); in rtbad()
H A Dparms.c1020 uint16_t rt_newstate = RS_STATIC; in addroutefordefault()
H A Doutput.c705 if ((RT->rt_state & RS_STATIC) && (ws.ifp == RT->rt_ifp)) in walk_supply()
H A Dtrace.c626 { RS_STATIC, 0, "STATIC" },