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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drdisc.c576 struct dr *drp, *new_drp; local
632 new_drp = NULL;
658 if (new_drp == NULL ||
662 (new_drp != cur_drp &&
663 new_drp->dr_life > drp->dr_life))))) ||
666 new_drp = drp;
675 if ((new_drp != cur_drp) || (rt == NULL)) {
681 * slot for the spare entry of new_drp
701 if (new_drp == NULL) {
709 naddr_ntoa(new_drp
882 struct dr *drp, *new_drp; local
[all...]

Completed in 59 milliseconds