Symbol: te_alen
usr/src/uts/common/io/tl.c
1260
ASSERT(tep->te_alen == TL_SOUX_ADDRLEN);
usr/src/uts/common/io/tl.c
1265
kmem_free(tep->te_abuf, tep->te_alen);
usr/src/uts/common/io/tl.c
1266
tep->te_alen = -1; /* uninitialized */
usr/src/uts/common/io/tl.c
1269
ASSERT(tep->te_alen == -1);
usr/src/uts/common/io/tl.c
1560
tep->te_alen = TL_SOUX_ADDRLEN;
usr/src/uts/common/io/tl.c
1565
tep->te_alen = -1;
usr/src/uts/common/io/tl.c
2647
tep->te_alen = alen;
usr/src/uts/common/io/tl.c
2684
ASSERT(tep->te_alen >= 0);
usr/src/uts/common/io/tl.c
2690
basize = sizeof (struct T_bind_ack) + tep->te_alen;
usr/src/uts/common/io/tl.c
2709
b_ack->ADDR_length = tep->te_alen;
usr/src/uts/common/io/tl.c
2712
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
3206
ci_msz = sizeof (struct T_conn_ind) + tep->te_alen;
usr/src/uts/common/io/tl.c
3336
ci->SRC_length = tep->te_alen;
usr/src/uts/common/io/tl.c
3340
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
3685
acc_ep->te_alen) + olen;
usr/src/uts/common/io/tl.c
3822
cc->RES_length = acc_ep->te_alen;
usr/src/uts/common/io/tl.c
3824
bcopy(acc_ep->te_abuf, addr_startp, acc_ep->te_alen);
usr/src/uts/common/io/tl.c
4304
ack_sz += tep->te_alen;
usr/src/uts/common/io/tl.c
4324
taa->LOCADDR_length = tep->te_alen;
usr/src/uts/common/io/tl.c
4328
tep->te_alen);
usr/src/uts/common/io/tl.c
4329
ackmp->b_wptr += tep->te_alen;
usr/src/uts/common/io/tl.c
4366
ack_sz += T_ALIGN(tep->te_alen);
usr/src/uts/common/io/tl.c
4367
ack_sz += peer_tep->te_alen;
usr/src/uts/common/io/tl.c
4380
taa->LOCADDR_length = tep->te_alen;
usr/src/uts/common/io/tl.c
4386
tep->te_alen);
usr/src/uts/common/io/tl.c
4388
taa->REMADDR_length = peer_tep->te_alen;
usr/src/uts/common/io/tl.c
4393
peer_tep->te_alen);
usr/src/uts/common/io/tl.c
4395
taa->REMADDR_offset + peer_tep->te_alen;
usr/src/uts/common/io/tl.c
5292
ui_sz = T_ALIGN(sizeof (struct T_unitdata_ind) + tep->te_alen) + olen;
usr/src/uts/common/io/tl.c
5312
if (msz >= ui_sz && alen >= tep->te_alen &&
usr/src/uts/common/io/tl.c
5319
udind->SRC_length = tep->te_alen;
usr/src/uts/common/io/tl.c
5321
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
5323
} else if (MBLKSIZE(mp) >= reuse_mb_sz && alen >= tep->te_alen &&
usr/src/uts/common/io/tl.c
5333
udind->SRC_length = tep->te_alen;
usr/src/uts/common/io/tl.c
5339
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
5383
udind->SRC_length = tep->te_alen;
usr/src/uts/common/io/tl.c
5385
bcopy(tep->te_abuf, addr_startp, tep->te_alen);
usr/src/uts/common/io/tl.c
5534
if (tep->te_alen < alen) {
usr/src/uts/common/io/tl.c
5544
if (tep->te_alen > 0)
usr/src/uts/common/io/tl.c
5545
kmem_free(tep->te_abuf, tep->te_alen);
usr/src/uts/common/io/tl.c
5547
tep->te_alen = alen;
usr/src/uts/common/io/tl.c
6403
(void) kmem_free(tep->te_abuf, tep->te_alen);
usr/src/uts/common/io/tl.c
6404
tep->te_alen = -1;