Searched defs:ctxn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c437 dhcpv4_txn_t *ctxn; local
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; local
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; local
673 dhcpv4_txn_t *txn, *ctxn; local
[all...]

Completed in 90 milliseconds