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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c3393 uint16_t duidtype, hwtype; local
3397 if (cid->dc_len < sizeof (duidtype))
3400 bcopy(cid->dc_id, &duidtype, sizeof (duidtype));
3401 duidtype = ntohs(duidtype);
3402 switch (duidtype) {
3418 duidtype, hwtype, timestamp, lladdr);
3436 duidtype, ennum, tmp_buf);
3453 duidtype, hwtyp
3509 ulong_t duidtype; local
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c3965 uint16_t duidtype = (cid[0] << 8) + cid[1]; local
3973 if (duidtype == DHCPV6_DUID_LL) {

Completed in 67 milliseconds