Lines Matching defs:indp
819 struct T_conn_ind *indp;
844 indp = (struct T_conn_ind *)
847 ASSERT(indp->SRC_length >= 0);
849 if (indp->SRC_length > ntp->tim_peermaxlen) {
850 ptr = kmem_alloc(indp->SRC_length,
859 indp->SRC_length);
866 ntp->tim_peermaxlen = indp->SRC_length;
868 ntp->tim_peerlen = indp->SRC_length;
869 ptr = (caddr_t)indp + indp->SRC_offset;
2026 struct T_conn_ind *indp;
2039 indp = (struct T_conn_ind *)tmp->b_rptr;
2040 if (indp->SEQ_number == resp->SEQ_number)