Searched refs:dc_id (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_symbol.c | 44 dsym_category_t dc_id; /* numerical value for the category */ member in struct:dsym_cat 397 if (entryp->dc_id == DSYM_VENDOR) { 444 *cat = entry->dc_id; 502 if (cat == cats[i].dc_id) { 851 *id = entry->dc_id;
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 3400 bcopy(cid->dc_id, &duidtype, sizeof (duidtype)); 3409 bcopy(cid->dc_id, &llt, sizeof (llt)); 3412 lladdr = _link_ntoa(cid->dc_id + sizeof (llt), 3428 bcopy(cid->dc_id, &en, sizeof (en)); 3431 if (octet_to_hexascii(cid->dc_id + sizeof (en), 3445 bcopy(cid->dc_id, &ll, sizeof (ll)); 3447 lladdr = _link_ntoa(cid->dc_id + sizeof (ll), 3459 if (octet_to_hexascii(cid->dc_id + sizeof (duidtype), 3472 if (octet_to_hexascii(cid->dc_id, cid->dc_len, 3483 if (!isprint(cid->dc_id[ [all...] |
Completed in 70 milliseconds