Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c393 uint8_t cid_len) in find_dhcpv4_completed_txn() argument
398 if (cid_len > 0) in find_dhcpv4_completed_txn()
399 bcopy(cid, tmp_txn.dt_cid, cid_len); in find_dhcpv4_completed_txn()
400 tmp_txn.dt_cid_len = cid_len; in find_dhcpv4_completed_txn()
475 if (cid_len > 0) in create_dhcpv4_txn()
476 bcopy(cid, &txn->dt_cid, cid_len); in create_dhcpv4_txn()
477 txn->dt_cid_len = cid_len; in create_dhcpv4_txn()
577 uint8_t opt_len, mtype, cid[DHCP_MAX_OPT_SIZE], cid_len; in intercept_dhcpv4_outbound() local
604 cid_len = opt_len; in intercept_dhcpv4_outbound()
607 cid_len = 0; in intercept_dhcpv4_outbound()
[all …]