Searched refs:dhcpv6_txn_t (Results 1 – 1 of 1) sorted by relevance
199 } dhcpv6_txn_t; typedef735 const dhcpv6_txn_t *txn1 = arg1, *txn2 = arg2; in compare_dhcpv6_xid()1164 static dhcpv6_txn_t *1167 dhcpv6_txn_t tmp_txn; in find_dhcpv6_pending_txn()1175 remove_dhcpv6_pending_txn(mac_client_impl_t *mcip, dhcpv6_txn_t *txn) in remove_dhcpv6_pending_txn()1181 static dhcpv6_txn_t *1184 dhcpv6_txn_t *txn; in create_dhcpv6_txn()1186 if ((txn = kmem_zalloc(sizeof (dhcpv6_txn_t), KM_NOSLEEP)) == NULL) in create_dhcpv6_txn()1196 free_dhcpv6_txn(dhcpv6_txn_t *txn) in free_dhcpv6_txn()1200 kmem_free(txn, sizeof (dhcpv6_txn_t)); in free_dhcpv6_txn()[all …]