Lines Matching refs:plen
797 int plen;
809 plen = prefixlen(m, lim);
810 if (plen <= 0 || plen > 128) {
816 if (plen == 128) /* XXX */
818 if (find_prefix(rai, a, plen)) {
832 pp->prefixlen = plen;
970 int plen)
981 prefix->prefixlen = plen;
994 plen, rai->ifname);
1021 size_t len, plen;
1214 plen = len % 8 ? 8 - len % 8 : 0;
1215 CHECKLEN(plen);
1216 memset(buf, 0, plen);
1217 buf += plen;
1218 ndopt_dnssl->nd_opt_dnssl_len = (len + plen) / 8;