Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c154 ip6_asp_t tmp_policy[IPV6DAS_MAXENTRIES]; in parseconf() local
260 tmp_policy[entryindex].ip6_asp_prefix = prefix; in parseconf()
261 tmp_policy[entryindex].ip6_asp_mask = mask; in parseconf()
262 tmp_policy[entryindex].ip6_asp_precedence = precedence; in parseconf()
275 (void) strncpy(tmp_policy[entryindex].ip6_asp_label, label, in parseconf()
317 (void) memcpy(*new_policy, tmp_policy, entryindex * sizeof (ip6_asp_t)); in parseconf()