Searched refs:tmp_txn (Results 1 – 1 of 1) sorted by relevance
360 dhcpv4_txn_t tmp_txn; in find_dhcpv4_pending_txn() local363 tmp_txn.dt_xid = xid; in find_dhcpv4_pending_txn()364 return (avl_find(&mcip->mci_v4_pending_txn, &tmp_txn, NULL)); in find_dhcpv4_pending_txn()395 dhcpv4_txn_t tmp_txn; in find_dhcpv4_completed_txn() local399 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()401 return (avl_find(&mcip->mci_v4_completed_txn, &tmp_txn, NULL)); in find_dhcpv4_completed_txn()453 dhcpv4_txn_t tmp_txn, *txn; in check_dhcpv4_dyn_ip() local456 tmp_txn.dt_ipaddr = ipaddr; in check_dhcpv4_dyn_ip()457 txn = avl_find(&mcip->mci_v4_dyn_ip, &tmp_txn, NULL); in check_dhcpv4_dyn_ip()[all …]