Searched refs:tmp_txn (Results 1 – 1 of 1) sorted by relevance
348 dhcpv4_txn_t tmp_txn; in find_dhcpv4_pending_txn() local351 tmp_txn.dt_xid = xid; in find_dhcpv4_pending_txn()352 return (avl_find(&mcip->mci_v4_pending_txn, &tmp_txn, NULL)); in find_dhcpv4_pending_txn()383 dhcpv4_txn_t tmp_txn; in find_dhcpv4_completed_txn() local387 bcopy(cid, tmp_txn.dt_cid, cid_len); in find_dhcpv4_completed_txn()388 tmp_txn.dt_cid_len = cid_len; in find_dhcpv4_completed_txn()389 return (avl_find(&mcip->mci_v4_completed_txn, &tmp_txn, NULL)); in find_dhcpv4_completed_txn()441 dhcpv4_txn_t tmp_txn, *txn; in check_dhcpv4_dyn_ip() local444 tmp_txn.dt_ipaddr = ipaddr; in check_dhcpv4_dyn_ip()445 txn = avl_find(&mcip->mci_v4_dyn_ip, &tmp_txn, NULL); in check_dhcpv4_dyn_ip()[all …]