HomeSort by relevance Sort by last modified time
    Searched refs:rt_ifp (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
tables.c 98 (orig->rt_ifp != NULL && orig->rt_ifp->int_name != NULL) ?
99 orig->rt_ifp->int_name : "(noname)",
101 (new->rt_ifp != NULL && new->rt_ifp->int_name != NULL) ?
102 new->rt_ifp->int_name : "(noname)", new->rt_metric);
116 (rt->rt_ifp != NULL && rt->rt_ifp->int_name != NULL) ?
117 rt->rt_ifp->int_name : "(noname)",
289 rt->rt_ifp = ifp
    [all...]
table.h 56 struct interface *rt_ifp; /* interface to take */ member in struct:rt_entry
trace.c 180 if (rt->rt_ifp != NULL) {
182 (rt->rt_ifp->int_name != NULL) ?
183 rt->rt_ifp->int_name : "(noname)");
213 if (!tracepackets && rt != NULL && rt->rt_ifp != NULL)
214 dumpif(fp, rt->rt_ifp);
output.c 173 if (splith && rt->rt_ifp != NULL &&
175 rt->rt_ifp->int_ifbase) == 0) {
input.c 467 rt->rt_ifp != ifp) {
  /onnv/onnv-gate/usr/src/uts/common/net/
route.h 111 struct ifnet *rt_ifp; /* the answer: interface to use */ member in struct:rtentry
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
if.c 756 rt->rt_ifp != NULL &&
757 on_net(ifp->int_addr, rt->rt_ifp->int_net, rt->rt_ifp->int_mask)) {
    [all...]
output.c 504 if ((RT->rt_state & RS_IF) && RT->rt_ifp != NULL &&
505 (RT->rt_ifp->int_state & IS_PASSIVE) &&
707 if ((RT->rt_state & RS_STATIC) && (ws.ifp == RT->rt_ifp))
729 ag_check(dst, RT->rt_mask, 0, RT->rt_ifp, nhop, metric, pref,
771 ifp = rt->rt_ifp;
trace.c 901 AGE_RT(rt->rt_state, rts->rts_origin, rt->rt_ifp));
1001 rt->rt_ifp));
1011 ((new->rts_ifp == rt->rt_ifp) ? -1 : 0),
1035 rt->rt_spares->rts_origin, rt->rt_ifp));
1054 AGE_RT(RT->rt_state, RT->rt_spares[0].rts_origin, RT->rt_ifp));
table.c     [all...]
defs.h 238 #define rt_ifp rt_spares[0].rts_ifp macro

Completed in 2520 milliseconds