Lines Matching defs:olen
655 uint_t olen, solen, ssolen, msglen;
670 &olen)) != NULL) {
671 if (olen < sizeof (d6in)) {
724 olen -= sizeof (d6in);
725 d6so = dhcpv6_find_option(optbase, olen, NULL,
776 while ((d6so = dhcpv6_find_option(optbase, olen, d6so,
1170 uint_t olen;
1172 d6o = dhcpv6_pkt_option(msg, NULL, DHCPV6_OPT_SERVERID, &olen);
1175 olen -= sizeof (*d6o);
1177 if ((dsmp->dsm_serverid = malloc(olen)) == NULL) {
1180 dsmp->dsm_serveridlen = olen;
1181 (void) memcpy(dsmp->dsm_serverid, d6o + 1, olen);