Searched defs:RT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
H A DMakefile32 RT= RT$(PROG) macro
37 PROGS= $(PROG) $(RT) $(TS) $(IA) $(FSS) $(FX) $(SDC)
49 $(ROOTDIR)/RT \
57 ROOTRT= $(RT:%=$(ROOTDIR)/RT/%)
71 $(RT):= OBJ= rt$(PROG).o
80 $(ROOTDIR)/RT/% \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c493 #define RT ((struct rt_entry *)rn) macro
504 if ((RT->rt_state & RS_IF) && RT->rt_ifp != NULL &&
505 (RT->rt_ifp->int_state & IS_PASSIVE) &&
506 !(RT->rt_state & RS_MHOME))
511 if (RT->rt_spares[0].rts_origin == RO_FILE)
518 if (RT->rt_state & RS_NOPROPAGATE)
527 !(RT->rt_state & RS_MHOME))
530 dst = RT->rt_dst;
538 if (RT
732 #undef RT macro
[all...]
H A Dtrace.c1047 #define RT ((struct rt_entry *)rn) macro
1052 rtname(RT->rt_dst, RT->rt_mask, RT->rt_gate));
1053 print_rts(&RT->rt_spares[0], 0, 0, 0, 0,
1054 AGE_RT(RT->rt_state, RT->rt_spares[0].rts_origin, RT->rt_ifp));
1055 print_rtsorigin(origin_bits, RT->rt_spares[0].rts_origin);
1056 trace_bits(rs_bits, RT
[all...]
H A Dtable.c1966 #undef RT macro
1978 #define RT ((struct rt_entry *)rn) macro
1985 if (RT->rt_state & RS_NET_SYN)
1992 if ((RT->rt_state & RS_STATIC) &&
1993 (RT->rt_spares[0].rts_origin != RO_FILE))
1997 if (RT->rt_state & RS_BADIF)
2000 if (!(RT->rt_state & RS_IF)) {
2014 if (RT_ISHOST(RT) && ntohl(RT->rt_dst) == RT
2082 #undef RT macro
2643 #define RT macro
2681 #undef RT macro
2691 struct rt_entry *RT = (struct rt_entry *)rn; local
2725 #define RT macro
[all...]

Completed in 77 milliseconds