Lines Matching defs:olen
501 int olen;
522 olen = ntohs(d6o.d6o_len);
523 optend = (uchar_t *)(parentopt + 1) + olen;
524 olen += req_len;
525 d6o.d6o_len = htons(olen);
643 uint_t olen;
662 &olen)) != NULL) {
663 if (olen < sizeof (d6in))
712 olen = sizeof (*statusopt) +
714 statusopt = alloca(olen);
718 olen - sizeof (*statusopt));
721 DHCPV6_OPT_STATUS_CODE, statusopt, olen);
728 olen);