Searched refs:otherpr (Results 1 – 1 of 1) sorted by relevance
1097 struct prefix *otherpr = NULL; in prefix_lookup_addr_match() local1109 otherpr = prefix_lookup(pi, prefix, prefixlen); in prefix_lookup_addr_match()1110 if (otherpr == pr) in prefix_lookup_addr_match()1112 if (otherpr != NULL && (otherpr->pr_state & PR_AUTO) && in prefix_lookup_addr_match()1114 &otherpr->pr_address)) in prefix_lookup_addr_match()1115 return (otherpr); in prefix_lookup_addr_match()