Searched refs:llt (Results 1 – 1 of 1) sorted by relevance
2686 duid_llt_t llt; in dladm_cid2str() local2688 if (cid->dc_len < sizeof (llt)) in dladm_cid2str()2691 bcopy(cid->dc_id, &llt, sizeof (llt)); in dladm_cid2str()2692 hwtype = ntohs(llt.dllt_hwtype); in dladm_cid2str()2693 timestamp = ntohl(llt.dllt_time); in dladm_cid2str()2694 lladdr = _link_ntoa(cid->dc_id + sizeof (llt), in dladm_cid2str()2695 NULL, cid->dc_len - sizeof (llt), IFT_OTHER); in dladm_cid2str()2813 duid_llt_t llt; in dladm_str2cid() local2825 cidlen = sizeof (llt) + addrlen; in dladm_str2cid()2830 llt.dllt_dutype = htons(duidtype); in dladm_str2cid()[all …]