Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c1097 struct prefix *otherpr = NULL; in prefix_lookup_addr_match() local
1109 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()