Lines Matching defs:llt
2636 duid_llt_t llt;
2638 if (cid->dc_len < sizeof (llt))
2641 bcopy(cid->dc_id, &llt, sizeof (llt));
2642 hwtype = ntohs(llt.dllt_hwtype);
2643 timestamp = ntohl(llt.dllt_time);
2644 lladdr = _link_ntoa(cid->dc_id + sizeof (llt),
2645 NULL, cid->dc_len - sizeof (llt), IFT_OTHER);
2763 duid_llt_t llt;
2775 cidlen = sizeof (llt) + addrlen;
2780 llt.dllt_dutype = htons(duidtype);
2781 llt.dllt_hwtype = htons(subtype);
2782 llt.dllt_time = htonl(timestamp);
2783 bcopy(&llt, cid->dc_id, sizeof (llt));
2784 bcopy(lladdr, cid->dc_id + sizeof (llt), addrlen);