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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c3404 duid_llt_t llt; local
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; local
3543 cidlen = sizeof (llt)
[all...]

Completed in 29 milliseconds