Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_enclosure.c49 uint_t cid_off, cid_len; in enc_parse_feature_block() local
73 cid_len = sfbip->sfbi_chassis_id_len; in enc_parse_feature_block()
75 if (sfbip->sfbi_chassis_id_off >= 96 && cid_len >= 4) { in enc_parse_feature_block()
81 if (cid_off + cid_len <= vsp_len) { in enc_parse_feature_block()
84 cid_len); in enc_parse_feature_block()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c381 uint8_t cid_len) in find_dhcpv4_completed_txn() argument
386 if (cid_len > 0) in find_dhcpv4_completed_txn()
387 bcopy(cid, tmp_txn.dt_cid, cid_len); in find_dhcpv4_completed_txn()
388 tmp_txn.dt_cid_len = cid_len; in find_dhcpv4_completed_txn()
454 create_dhcpv4_txn(uint32_t xid, uint8_t *cid, uint8_t cid_len, ipaddr_t ipaddr) in create_dhcpv4_txn() argument
463 if (cid_len > 0) in create_dhcpv4_txn()
464 bcopy(cid, &txn->dt_cid, cid_len); in create_dhcpv4_txn()
465 txn->dt_cid_len = cid_len; in create_dhcpv4_txn()
565 uint8_t opt_len, mtype, cid[DHCP_MAX_OPT_SIZE], cid_len; in intercept_dhcpv4_outbound() local
592 cid_len = opt_len; in intercept_dhcpv4_outbound()
[all …]