Searched refs:dt_cid (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 157 uint8_t dt_cid[DHCP_MAX_OPT_SIZE]; member 194 dhcpv6_cid_t *dt_cid; member 235 ret = memcmp(txn1->dt_cid, txn2->dt_cid, txn1->dt_cid_len); in compare_dhcpv4_cid() 387 bcopy(cid, tmp_txn.dt_cid, cid_len); in find_dhcpv4_completed_txn() 464 bcopy(cid, &txn->dt_cid, cid_len); in create_dhcpv4_txn() 536 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, in txn_cleanup_v4() 693 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, txn->dt_cid_len); in intercept_dhcpv4_inbound() 1121 txn->dt_cid = cid; in create_dhcpv6_txn() 1129 if (txn->dt_cid != NULL) in free_dhcpv6_txn() 1130 free_dhcpv6_cid(txn->dt_cid); in free_dhcpv6_txn() [all …]
|