Searched refs:T_discon_ind (Results 1 – 11 of 11) sorted by relevance
259 struct T_discon_ind { struct373 struct T_discon_ind discon_ind; /* discon indication */
126 #define TDISCONINDSZ sizeof (struct T_discon_ind)
380 struct T_discon_ind { struct594 struct T_discon_ind discon_ind; /* discon indication */
186 if ((ctlbuf.len < (int)sizeof (struct T_discon_ind)) || in _tx_rcvdis()
243 if (cptr && csize >= (int)sizeof (struct T_discon_ind) && in _t_register_lookevent()
1085 struct T_discon_ind *tdi; in tcp_accept_finish()1097 sizeof (struct T_discon_ind)); in tcp_accept_finish()1102 tdi = (struct T_discon_ind *)mp->b_rptr; in tcp_accept_finish()1112 sizeof (struct T_discon_ind); in tcp_accept_finish()1451 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tli_accept()1760 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tpi_accept()
2812 struct T_discon_ind *di; in tl_conn_req()2993 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind), in tl_conn_req()2999 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_req()3119 size = max(ci_msz, sizeof (struct T_discon_ind)); in tl_conn_req_ser()3337 struct T_discon_ind *di; in tl_conn_res()3582 size = sizeof (struct T_discon_ind); in tl_conn_res()3654 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_res()3866 struct T_discon_ind *di; in tl_discon_req()3967 size = sizeof (struct T_discon_ind); in tl_discon_req()4013 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()[all …]
1221 struct T_discon_ind *disp; in timodrproc()1233 disp = (struct T_discon_ind *)mp->b_rptr; in timodrproc()
1445 struct T_discon_ind *tdi; in mi_tpi_discon_ind()1448 sizeof (struct T_discon_ind), T_DISCON_IND)) != NULL) { in mi_tpi_discon_ind()1449 tdi = (struct T_discon_ind *)mp->b_rptr; in mi_tpi_discon_ind()
1657 reason = ((struct T_discon_ind *) in mir_rput_proto()
2309 if (MBLKL(mp) < sizeof (struct T_discon_ind)) { in strsock_proto()