Searched refs:T_conn_con (Results 1 – 6 of 6) sorted by relevance
333 struct T_conn_con { struct556 struct T_conn_con conn_con; /* connect corfirm */
126 #define TCONNCONSZ sizeof (struct T_conn_con)
231 if ((ctlbufp->len < (int)sizeof (struct T_conn_con)) || in _t_rcv_conn_con()
1391 len = sizeof (struct T_conn_con) + src_length + opt_length; in mi_tpi_conn_con()1393 mp->b_wptr = &mp->b_rptr[sizeof (struct T_conn_con)]; in mi_tpi_conn_con()
3253 ((struct T_conn_con *)(confmp->b_rptr))->PRIM_type = in tl_conn_req_ser()3427 struct T_conn_con *cc; in tl_conn_res()3684 size = T_ALIGN(sizeof (struct T_conn_con) + in tl_conn_res()3819 cc = (struct T_conn_con *)ccmp->b_rptr; in tl_conn_res()3821 cc->RES_offset = (t_scalar_t)sizeof (struct T_conn_con); in tl_conn_res()
2140 struct T_conn_con *conn_con; in strsock_proto()2149 if (MBLKL(mp) < sizeof (struct T_conn_con)) { in strsock_proto()