Symbol: dhcpv6_txn_t
usr/src/uts/common/io/mac/mac_protect.c
1164
static dhcpv6_txn_t *
usr/src/uts/common/io/mac/mac_protect.c
1167
dhcpv6_txn_t tmp_txn;
usr/src/uts/common/io/mac/mac_protect.c
1175
remove_dhcpv6_pending_txn(mac_client_impl_t *mcip, dhcpv6_txn_t *txn)
usr/src/uts/common/io/mac/mac_protect.c
1181
static dhcpv6_txn_t *
usr/src/uts/common/io/mac/mac_protect.c
1184
dhcpv6_txn_t *txn;
usr/src/uts/common/io/mac/mac_protect.c
1186
if ((txn = kmem_zalloc(sizeof (dhcpv6_txn_t), KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/mac/mac_protect.c
1196
free_dhcpv6_txn(dhcpv6_txn_t *txn)
usr/src/uts/common/io/mac/mac_protect.c
1200
kmem_free(txn, sizeof (dhcpv6_txn_t));
usr/src/uts/common/io/mac/mac_protect.c
1204
insert_dhcpv6_pending_txn(mac_client_impl_t *mcip, dhcpv6_txn_t *txn)
usr/src/uts/common/io/mac/mac_protect.c
1228
dhcpv6_txn_t *txn;
usr/src/uts/common/io/mac/mac_protect.c
1262
dhcpv6_txn_t *txn, *next, *txn_list = NULL;
usr/src/uts/common/io/mac/mac_protect.c
1273
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1291
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1304
dhcpv6_txn_t *txn;
usr/src/uts/common/io/mac/mac_protect.c
1340
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1350
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1357
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1374
dhcpv6_txn_t *txn;
usr/src/uts/common/io/mac/mac_protect.c
1396
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1401
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1406
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
1410
dhcpv6_txn_t *, txn);
usr/src/uts/common/io/mac/mac_protect.c
2572
sizeof (dhcpv6_txn_t), offsetof(dhcpv6_txn_t, dt_node));
usr/src/uts/common/io/mac/mac_protect.c
735
const dhcpv6_txn_t *txn1 = arg1, *txn2 = arg2;