Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c160 uint8_t dt_cid_len; member
239 if (txn1->dt_cid_len < txn2->dt_cid_len) in compare_dhcpv4_cid()
241 else if (txn1->dt_cid_len > txn2->dt_cid_len) in compare_dhcpv4_cid()
244 if (txn1->dt_cid_len == 0) in compare_dhcpv4_cid()
247 ret = memcmp(txn1->dt_cid, txn2->dt_cid, txn1->dt_cid_len); in compare_dhcpv4_cid()
400 tmp_txn.dt_cid_len = cid_len; in find_dhcpv4_completed_txn()
477 txn->dt_cid_len = cid_len; in create_dhcpv4_txn()
549 txn->dt_cid_len); in txn_cleanup_v4()
702 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, txn->dt_cid_len); in intercept_dhcpv4_inbound()