Searched refs:prefix_set (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | tables.c | 45 static void prefix_set(struct in6_addr *prefix, struct in6_addr addr, 1049 prefix_set(struct in6_addr *prefix, struct in6_addr addr, int prefix_len) in prefix_set() function 1146 prefix_set(&pr->pr_prefix, prefix, prefixlen); in prefix_create() 1300 prefix_set(&pr->pr_prefix, sin6->sin6_addr, pr->pr_prefix_len); in prefix_init_from_k() 1332 prefix_set(&pr->pr_prefix, pr->pr_prefix, pr->pr_prefix_len); in prefix_init_from_k() 1467 prefix_set(&((struct sockaddr_in6 *)&lifr.lifr_addr)->sin6_addr, in prefix_update_dhcp() 1965 prefix_set(&adv_pr->adv_pr_prefix, prefix, prefixlen); in adv_prefix_create()
|