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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c1097 struct prefix *otherpr = NULL; local
1109 otherpr = prefix_lookup(pi, prefix, prefixlen);
1110 if (otherpr == pr)
1112 if (otherpr != NULL && (otherpr->pr_state & PR_AUTO) &&
1114 &otherpr->pr_address))
1115 return (otherpr);

Completed in 75 milliseconds