Lines Matching defs:ctxn
437 dhcpv4_txn_t *ctxn;
440 if ((ctxn = avl_find(&mcip->mci_v4_dyn_ip, txn, NULL)) != NULL &&
441 ctxn == txn)
523 dhcpv4_txn_t *txn, *ctxn, *next, *txn_list = NULL;
548 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid,
550 if (ctxn != NULL) {
553 dhcpv4_txn_t *, ctxn);
555 remove_dhcpv4_completed_txn(mcip, ctxn);
556 free_dhcpv4_txn(ctxn);
575 dhcpv4_txn_t *txn, *ctxn;
616 ctxn = find_dhcpv4_completed_txn(mcip, cid, cid_len);
617 if (ctxn != NULL) {
621 remove_dhcpv4_completed_txn(mcip, ctxn);
622 free_dhcpv4_txn(ctxn);
673 dhcpv4_txn_t *txn, *ctxn;
702 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, txn->dt_cid_len);
703 if (ctxn != NULL) {
705 dhcpv4_txn_t *, ctxn);
706 remove_dhcpv4_completed_txn(mcip, ctxn);
707 free_dhcpv4_txn(ctxn);