Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c471 if_rewire_rdisc(struct interface *oldifp, struct interface *newifp) in if_rewire_rdisc() argument
476 if (drp->dr_ifp != oldifp) in if_rewire_rdisc()
479 drp->dr_pref += (newifp->int_metric - oldifp->int_metric); in if_rewire_rdisc()
H A Dtable.c996 kern_rewire_ifp(struct interface *oldifp, struct interface *newifp) in kern_rewire_ifp() argument
1003 if (k->k_ifp == oldifp) { in kern_rewire_ifp()
1006 "from %s to %s", k, oldifp->int_name, in kern_rewire_ifp()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c3786 static void *fr_ifsync(action, v, newname, oldname, newifp, oldifp, ifs) in fr_ifsync() argument
3789 void *newifp, *oldifp;
3792 void *rval = oldifp;
3812 if (newifp == oldifp)
3813 rval = (oldifp) ? (void *)-1 : NULL;