Lines Matching refs:plen
907 char *plen;
910 &plen)) != 0)
914 if ((err = plen2mask(atoi(plen), af, ifa->ifa_netmask)) != 0)
1242 uint_t plen;
1294 plen = atoi(val);
1295 if ((err = plen2mask(plen, AF_INET,
1951 i_ipadm_get_default_prefixlen(struct sockaddr_storage *addr, uint32_t *plen)
1981 *plen = prefixlen;
2012 uint32_t plen)
2018 (sa->sa_family == AF_INET && plen > IP_ABITS) ||
2019 (sa->sa_family == AF_INET6 && plen > IPV6_ABITS))
2039 ipaddr->ipadm_static_prefixlen = plen;