Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c426 if (avl_find(&mcip->mci_v4_dyn_ip, txn, &where) != NULL) { in insert_dhcpv4_completed_txn()
430 avl_insert(&mcip->mci_v4_dyn_ip, txn, where); in insert_dhcpv4_completed_txn()
440 if ((ctxn = avl_find(&mcip->mci_v4_dyn_ip, txn, NULL)) != NULL && in remove_dhcpv4_completed_txn()
442 avl_remove(&mcip->mci_v4_dyn_ip, txn); in remove_dhcpv4_completed_txn()
457 txn = avl_find(&mcip->mci_v4_dyn_ip, &tmp_txn, NULL); in check_dhcpv4_dyn_ip()
498 while ((txn = avl_destroy_nodes(&mcip->mci_v4_dyn_ip, in flush_dhcpv4()
2569 avl_create(&mcip->mci_v4_dyn_ip, compare_dhcpv4_ip, in mac_protect_init()
2590 avl_destroy(&mcip->mci_v4_dyn_ip); in mac_protect_fini()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h195 avl_tree_t mci_v4_dyn_ip; /* mci_protect_lock */ member