Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c281 rt->rt_state |= RTS_INTERFACE; in rtadd()
296 if (install && (rt->rt_state & RTS_INTERFACE) == 0) { in rtadd()
350 if ((rt->rt_state & RTS_INTERFACE) && metric != 0) { in rtchange()
351 rt->rt_state &= ~RTS_INTERFACE; in rtchange()
370 if (!(rt->rt_state & RTS_INTERFACE)) in rtchange()
377 if (install && (rt->rt_state & RTS_INTERFACE) == 0) { in rtchange()
427 if (install && (rt->rt_state & RTS_INTERFACE) == 0) { in rtdown()
449 if (rt->rt_state & RTS_INTERFACE) { in rtdelete()
487 rt->rt_state &= ~RTS_INTERFACE; in rtpurgeif()
515 if ((rt->rt_state & RTS_INTERFACE) == 0) { in rtchangeall()
[all …]
H A Dtable.h69 #define RTS_INTERFACE 0x2 /* route is for network interface */ macro
H A Dtimer.c113 if ((rt->rt_state & RTS_INTERFACE) != 0) in timer()
H A Dtrace.c152 { RTS_INTERFACE, "INTERFACE" }, in traceaction()
H A Dstartup.c375 if (rt->rt_state & RTS_INTERFACE) in addrouteforif()