Searched refs:T_conn_res (Results 1 – 7 of 7) sorted by relevance
54 struct T_conn_res *cres; in _tx_accept()187 cres = (struct T_conn_res *)ctlbuf.buf; in _tx_accept()200 size = (int)sizeof (struct T_conn_res); in _tx_accept()
238 struct T_conn_res { struct544 struct T_conn_res conn_res; /* connect response */
115 #define TCONNRESSZ sizeof (struct T_conn_res)
126 struct T_conn_res *tcresp; in tcp_conprim_opt_process()153 tcresp = (struct T_conn_res *)mp->b_rptr; in tcp_conprim_opt_process()1302 struct T_conn_res *tcr; in tcp_tli_accept()1315 tcr = (struct T_conn_res *)mp->b_rptr; in tcp_tli_accept()1477 tcr = (struct T_conn_res *)mp1->b_rptr; in tcp_tli_accept()1696 struct T_conn_res *conn_res; in tcp_tpi_accept()1722 conn_res = (struct T_conn_res *)mp->b_rptr; in tcp_tpi_accept()1724 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_res)) { in tcp_tpi_accept()
820 struct T_conn_res *resp; in timodrproc()826 resp = (struct T_conn_res *) in timodrproc()2029 struct T_conn_res *resp; in timodwproc()2034 if (MBLKL(mp) < sizeof (struct T_conn_res) || in timodwproc()2040 resp = (struct T_conn_res *)mp->b_rptr; in timodwproc()
3416 struct T_conn_res *cres = (struct T_conn_res *)mp->b_rptr; in tl_conn_res()3477 if (msz < sizeof (struct T_conn_res)) { in tl_conn_res()
1614 struct T_conn_res *conn_res; in sotpi_accept()1770 (sizeof (struct T_conn_res) + sizeof (intptr_t))) { in sotpi_accept()1782 mp = soallocproto1(NULL, sizeof (struct T_conn_res) + in sotpi_accept()1793 conn_res = (struct T_conn_res *)mp->b_rptr; in sotpi_accept()1803 conn_res = (struct T_conn_res *)mp->b_rptr; in sotpi_accept()1804 mp->b_wptr = mp->b_rptr + sizeof (struct T_conn_res); in sotpi_accept()