Searched defs:llt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2636 duid_llt_t llt; local
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; local
2775 cidlen = sizeof (llt)
[all...]

Completed in 90 milliseconds