Searched refs:dhcpv6_txn_t (Results 1 – 1 of 1) sorted by relevance
197 } dhcpv6_txn_t; typedef726 const dhcpv6_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv6_xid()1095 static dhcpv6_txn_t *1098 dhcpv6_txn_t tmp_txn; in find_dhcpv6_pending_txn()1106 remove_dhcpv6_pending_txn(mac_client_impl_t *mcip, dhcpv6_txn_t *txn) in remove_dhcpv6_pending_txn()1112 static dhcpv6_txn_t *1115 dhcpv6_txn_t *txn; in create_dhcpv6_txn()1117 if ((txn = kmem_zalloc(sizeof (dhcpv6_txn_t), KM_NOSLEEP)) == NULL) in create_dhcpv6_txn()1127 free_dhcpv6_txn(dhcpv6_txn_t *txn) in free_dhcpv6_txn()1131 kmem_free(txn, sizeof (dhcpv6_txn_t)); in free_dhcpv6_txn()[all …]