Searched refs:T_conn_con (Results 1 – 7 of 7) sorted by relevance
249 struct T_conn_con { struct372 struct T_conn_con conn_con; /* connect corfirm */
125 #define TCONNCONSZ sizeof (struct T_conn_con)
370 struct T_conn_con { struct593 struct T_conn_con conn_con; /* connect corfirm */
233 if ((ctlbufp->len < (int)sizeof (struct T_conn_con)) || in _t_rcv_conn_con()
1389 len = sizeof (struct T_conn_con) + src_length + opt_length; in mi_tpi_conn_con()1391 mp->b_wptr = &mp->b_rptr[sizeof (struct T_conn_con)]; in mi_tpi_conn_con()
3164 ((struct T_conn_con *)(confmp->b_rptr))->PRIM_type = in tl_conn_req_ser()3338 struct T_conn_con *cc; in tl_conn_res()3595 size = T_ALIGN(sizeof (struct T_conn_con) + in tl_conn_res()3729 cc = (struct T_conn_con *)ccmp->b_rptr; in tl_conn_res()3731 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()