Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h223 #define RS_NET_INT 0x0002 /* authority route */ macro
H A Dif.c1750 !(rt->rt_state & RS_NET_INT)) { in ifscan()
1759 RS_NET_SYN | RS_NET_INT, &loop_rts); in ifscan()
H A Doutput.c537 if (RT->rt_state & RS_NET_INT) { in walk_supply()
H A Dtrace.c621 { RS_NET_INT, RS_NET_SYN, "NET_INT" },
H A Dtable.c2618 state |= (RS_NET_SYN | RS_NET_INT); in rtbad_sub()