Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c159 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()
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()
1286 release_dhcpv6_cid(mcip, txn->dt_cid); in txn_cleanup_v6()
1391 release_dhcpv6_cid(mcip, txn->dt_cid); in intercept_dhcpv6_inbound()
[all …]