Searched defs:cid_len (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/ |
| H A D | sun_enclosure.c | 49 uint_t cid_off, cid_len; local 73 cid_len = sfbip->sfbi_chassis_id_len; 75 if (sfbip->sfbi_chassis_id_off >= 96 && cid_len >= 4) { 81 if (cid_off + cid_len <= vsp_len) { 84 cid_len);
|
| /illumos-gate/usr/src/uts/common/io/mac/ |
| H A D | mac_protect.c | 393 uint8_t cid_len) 398 if (cid_len > 0) 399 bcopy(cid, tmp_txn.dt_cid, cid_len); 400 tmp_txn.dt_cid_len = cid_len; 466 create_dhcpv4_txn(uint32_t xid, uint8_t *cid, uint8_t cid_len, ipaddr_t ipaddr) argument 475 if (cid_len > 0) 476 bcopy(cid, &txn->dt_cid, cid_len); 477 txn->dt_cid_len = cid_len; 577 uint8_t opt_len, mtype, cid[DHCP_MAX_OPT_SIZE], cid_len; local 604 cid_len 392 find_dhcpv4_completed_txn(mac_client_impl_t *mcip, uint8_t *cid, uint8_t cid_len) argument [all...] |
Completed in 59 milliseconds