Home
last modified time | relevance | path

Searched refs:dutype (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libdladm/common/
H A Dlinkprop.c2877 uint16_t dutype = htons(duidtype); in dladm_str2cid() local
2879 cidlen = sizeof (dutype) + hexlen; in dladm_str2cid()
2883 bcopy(&dutype, cid->dc_id, sizeof (dutype)); in dladm_str2cid()
2884 bcopy(tmp_buf, cid->dc_id + sizeof (dutype), in dladm_str2cid()