Lines Matching defs:llt
2686 duid_llt_t llt;
2688 if (cid->dc_len < sizeof (llt))
2691 bcopy(cid->dc_id, &llt, sizeof (llt));
2692 hwtype = ntohs(llt.dllt_hwtype);
2693 timestamp = ntohl(llt.dllt_time);
2694 lladdr = _link_ntoa(cid->dc_id + sizeof (llt),
2695 NULL, cid->dc_len - sizeof (llt), IFT_OTHER);
2813 duid_llt_t llt;
2825 cidlen = sizeof (llt) + addrlen;
2830 llt.dllt_dutype = htons(duidtype);
2831 llt.dllt_hwtype = htons(subtype);
2832 llt.dllt_time = htonl(timestamp);
2833 bcopy(&llt, cid->dc_id, sizeof (llt));
2834 bcopy(lladdr, cid->dc_id + sizeof (llt), addrlen);