Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c156 ip6_asp_t tmp_policy[IPV6DAS_MAXENTRIES]; in parseconf() local
262 tmp_policy[entryindex].ip6_asp_prefix = prefix; in parseconf()
263 tmp_policy[entryindex].ip6_asp_mask = mask; in parseconf()
264 tmp_policy[entryindex].ip6_asp_precedence = precedence; in parseconf()
277 (void) strncpy(tmp_policy[entryindex].ip6_asp_label, label, in parseconf()
319 (void) memcpy(*new_policy, tmp_policy, entryindex * sizeof (ip6_asp_t)); in parseconf()