Searched refs:T_discon_ind (Results 1 – 10 of 10) sorted by relevance
343 struct T_discon_ind { struct557 struct T_discon_ind discon_ind; /* discon indication */
127 #define TDISCONINDSZ sizeof (struct T_discon_ind)
1091 struct T_discon_ind *tdi; in tcp_accept_finish()1103 sizeof (struct T_discon_ind)); in tcp_accept_finish()1108 tdi = (struct T_discon_ind *)mp->b_rptr; in tcp_accept_finish()1118 sizeof (struct T_discon_ind); in tcp_accept_finish()1457 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tli_accept()1766 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tpi_accept()
2901 struct T_discon_ind *di; in tl_conn_req()3082 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind), in tl_conn_req()3088 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_req()3208 size = max(ci_msz, sizeof (struct T_discon_ind)); in tl_conn_req_ser()3426 struct T_discon_ind *di; in tl_conn_res()3671 size = sizeof (struct T_discon_ind); in tl_conn_res()3744 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_res()3956 struct T_discon_ind *di; in tl_discon_req()4057 size = sizeof (struct T_discon_ind); in tl_discon_req()4104 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()[all …]
1223 struct T_discon_ind *disp; in timodrproc()1235 disp = (struct T_discon_ind *)mp->b_rptr; in timodrproc()
184 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()
1447 struct T_discon_ind *tdi; in mi_tpi_discon_ind()1450 sizeof (struct T_discon_ind), T_DISCON_IND)) != NULL) { in mi_tpi_discon_ind()1451 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()