Searched defs:newifp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c473 if_rewire_rdisc(struct interface *oldifp, struct interface *newifp) argument
480 drp->dr_ifp = newifp;
481 drp->dr_pref += (newifp->int_metric - oldifp->int_metric);
H A Dtable.c993 * go through newifp.
996 kern_rewire_ifp(struct interface *oldifp, struct interface *newifp) argument
1004 k->k_ifp = newifp;
1007 newifp->int_name);

Completed in 66 milliseconds