Lines Matching refs:llt
3404 duid_llt_t llt;
3406 if (cid->dc_len < sizeof (llt))
3409 bcopy(cid->dc_id, &llt, sizeof (llt));
3410 hwtype = ntohs(llt.dllt_hwtype);
3411 timestamp = ntohl(llt.dllt_time);
3412 lladdr = _link_ntoa(cid->dc_id + sizeof (llt),
3413 NULL, cid->dc_len - sizeof (llt), IFT_OTHER);
3531 duid_llt_t llt;
3543 cidlen = sizeof (llt) + addrlen;
3548 llt.dllt_dutype = htons(duidtype);
3549 llt.dllt_hwtype = htons(subtype);
3550 llt.dllt_time = htonl(timestamp);
3551 bcopy(&llt, cid->dc_id, sizeof (llt));
3552 bcopy(lladdr, cid->dc_id + sizeof (llt), addrlen);