Lines Matching defs:en
2655 duid_en_t en;
2657 if (cid->dc_len < sizeof (en))
2660 bcopy(cid->dc_id, &en, sizeof (en));
2661 ennum = DHCPV6_GET_ENTNUM(&en);
2663 if (octet_to_hexascii(cid->dc_id + sizeof (en),
2664 cid->dc_len - sizeof (en), tmp_buf, &hexlen) != 0)
2814 duid_en_t en;
2816 en.den_dutype = htons(duidtype);
2817 DHCPV6_SET_ENTNUM(&en, subtype);
2819 cidlen = sizeof (en) + hexlen;
2823 bcopy(&en, cid->dc_id, sizeof (en));
2824 bcopy(tmp_buf, cid->dc_id + sizeof (en),