Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h247 #define RT_ISHOST(rt) ((rt)->rt_mask == HOST_MASK) macro
284 (RT_ISHOST(rt) && \
H A Doutput.c582 if (!RT_ISHOST(RT)) { in walk_supply()
H A Dtable.c2013 if (RT_ISHOST(RT) && ntohl(RT->rt_dst) == RT->rt_gate) in walk_kern()