Home
last modified time | relevance | path

Searched refs:ridhosts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c59 boolean_t ridhosts; /* _B_TRUE=reduce host routes */ variable
207 ridhosts = _B_TRUE; in main()
H A Ddefs.h587 extern boolean_t ridhosts; /* 1=reduce host routes */
H A Doutput.c607 if ((RT->rt_state & RS_LOCAL) || ridhosts || in walk_supply()