Lines Matching defs:en
3423 duid_en_t en;
3425 if (cid->dc_len < sizeof (en))
3428 bcopy(cid->dc_id, &en, sizeof (en));
3429 ennum = DHCPV6_GET_ENTNUM(&en);
3431 if (octet_to_hexascii(cid->dc_id + sizeof (en),
3432 cid->dc_len - sizeof (en), tmp_buf, &hexlen) != 0)
3582 duid_en_t en;
3584 en.den_dutype = htons(duidtype);
3585 DHCPV6_SET_ENTNUM(&en, subtype);
3587 cidlen = sizeof (en) + hexlen;
3591 bcopy(&en, cid->dc_id, sizeof (en));
3592 bcopy(tmp_buf, cid->dc_id + sizeof (en),