Searched refs:T_conn_req (Results 1 – 13 of 13) sorted by relevance
62 struct T_conn_req *creq; in _t_snd_conn_req()78 creq = (struct T_conn_req *)ctlbufp->buf; in _t_snd_conn_req()84 size = (int)sizeof (struct T_conn_req); /* size without any buffers */ in _t_snd_conn_req()
151 struct T_conn_req { struct360 struct T_conn_req conn_req; /* connect request */
74 struct T_conn_req *creq; in t_kconnect()106 creq = (struct T_conn_req *)bp->b_wptr; in t_kconnect()
125 struct T_conn_req *tcreqp; in tcp_conprim_opt_process()147 tcreqp = (struct T_conn_req *)mp->b_rptr; in tcp_conprim_opt_process()436 ((struct T_conn_req *)mp->b_rptr)->OPT_offset); in tcp_conn_con()438 ((struct T_conn_req *)mp->b_rptr)->OPT_length; in tcp_conn_con()517 struct T_conn_req *tcr; in tcp_tpi_connect()540 tcr = (struct T_conn_req *)mp->b_rptr; in tcp_tpi_connect()587 struct T_conn_req *ntcr; in tcp_tpi_connect()590 nmp = allocb(sizeof (struct T_conn_req) + sizeof (sin_t) + in tcp_tpi_connect()596 ntcr = (struct T_conn_req *)nmp->b_rptr; in tcp_tpi_connect()597 bzero(ntcr, sizeof (struct T_conn_req)); /* zero fill */ in tcp_tpi_connect()[all …]
113 #define TCONNREQSZ sizeof (struct T_conn_req)
255 struct T_conn_req { struct580 struct T_conn_req conn_req; /* connect request */
1427 struct T_conn_req *conn_req; in audit_sock()1495 conn_req = (struct T_conn_req *)mp->b_rptr; in audit_sock()1496 if (conn_req->DEST_offset < sizeof (struct T_conn_req)) in audit_sock()
2806 struct T_conn_req *creq = (struct T_conn_req *)mp->b_rptr; in tl_conn_req()2854 if (msz < sizeof (struct T_conn_req)) { in tl_conn_req()2872 (alen > msz - sizeof (struct T_conn_req))) { in tl_conn_req()2904 (ssize_t)alen > msz - sizeof (struct T_conn_req)) { in tl_conn_req()2920 if (! (aoff >= (t_scalar_t)sizeof (struct T_conn_req))) { in tl_conn_req()3051 struct T_conn_req *creq = (struct T_conn_req *)mp->b_cont->b_rptr; in tl_conn_req_ser()
1973 struct T_conn_req *reqp = (struct T_conn_req *) in timodwproc()1979 if (MBLKL(mp) < sizeof (struct T_conn_req)) { in timodwproc()
2632 struct T_conn_req *tcr; in connmgr_connect()2671 tcr = (struct T_conn_req *)mp->b_rptr; in connmgr_connect()2675 tcr->DEST_offset = sizeof (struct T_conn_req); in connmgr_connect()
620 struct T_conn_req *tcr; in icmp_tpi_connect()640 tcr = (struct T_conn_req *)mp->b_rptr; in icmp_tpi_connect()642 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_req)) { in icmp_tpi_connect()
623 struct T_conn_req *tcr; in udp_tpi_connect()640 tcr = (struct T_conn_req *)mp->b_rptr; in udp_tpi_connect()643 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_req)) { in udp_tpi_connect()
2180 struct T_conn_req conn_req; in sotpi_connect()2202 mp = soallocproto(sizeof (struct T_conn_req) + in sotpi_connect()