Searched refs:dt_cid (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 159 uint8_t dt_cid[DHCP_MAX_OPT_SIZE]; member 196 dhcpv6_cid_t *dt_cid; member 247 ret = memcmp(txn1->dt_cid, txn2->dt_cid, txn1->dt_cid_len); in compare_dhcpv4_cid() 399 bcopy(cid, tmp_txn.dt_cid, cid_len); in find_dhcpv4_completed_txn() 476 bcopy(cid, &txn->dt_cid, cid_len); in create_dhcpv4_txn() 548 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, in txn_cleanup_v4() 702 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, txn->dt_cid_len); in intercept_dhcpv4_inbound() 1190 txn->dt_cid = cid; in create_dhcpv6_txn() 1198 if (txn->dt_cid != NULL) in free_dhcpv6_txn() 1199 free_dhcpv6_cid(txn->dt_cid); in free_dhcpv6_txn() [all …]
|