Searched refs:T_conn_req (Results 1 – 12 of 12) sorted by relevance
60 struct T_conn_req *creq; in _t_snd_conn_req()76 creq = (struct T_conn_req *)ctlbufp->buf; in _t_snd_conn_req()82 size = (int)sizeof (struct T_conn_req); /* size without any buffers */ in _t_snd_conn_req()
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()442 ((struct T_conn_req *)mp->b_rptr)->OPT_offset); in tcp_conn_con()444 ((struct T_conn_req *)mp->b_rptr)->OPT_length; in tcp_conn_con()523 struct T_conn_req *tcr; in tcp_tpi_connect()546 tcr = (struct T_conn_req *)mp->b_rptr; in tcp_tpi_connect()593 struct T_conn_req *ntcr; in tcp_tpi_connect()596 nmp = allocb(sizeof (struct T_conn_req) + sizeof (sin_t) + in tcp_tpi_connect()602 ntcr = (struct T_conn_req *)nmp->b_rptr; in tcp_tpi_connect()603 bzero(ntcr, sizeof (struct T_conn_req)); /* zero fill */ in tcp_tpi_connect()[all …]
218 struct T_conn_req { struct543 struct T_conn_req conn_req; /* connect request */
114 #define TCONNREQSZ sizeof (struct T_conn_req)
1426 struct T_conn_req *conn_req; in audit_sock()1494 conn_req = (struct T_conn_req *)mp->b_rptr; in audit_sock()1495 if (conn_req->DEST_offset < sizeof (struct T_conn_req)) in audit_sock()
2895 struct T_conn_req *creq = (struct T_conn_req *)mp->b_rptr; in tl_conn_req()2943 if (msz < sizeof (struct T_conn_req)) { in tl_conn_req()2961 (alen > msz - sizeof (struct T_conn_req))) { in tl_conn_req()2993 (ssize_t)alen > msz - sizeof (struct T_conn_req)) { in tl_conn_req()3009 if (!(aoff >= (t_scalar_t)sizeof (struct T_conn_req))) { in tl_conn_req()3140 struct T_conn_req *creq = (struct T_conn_req *)mp->b_cont->b_rptr; in tl_conn_req_ser()
1977 struct T_conn_req *reqp = (struct T_conn_req *) in timodwproc()1983 if (MBLKL(mp) < sizeof (struct T_conn_req)) { in timodwproc()
2641 struct T_conn_req *tcr; in connmgr_connect()2680 tcr = (struct T_conn_req *)mp->b_rptr; in connmgr_connect()2684 tcr->DEST_offset = sizeof (struct T_conn_req); in connmgr_connect()
622 struct T_conn_req *tcr; in icmp_tpi_connect()642 tcr = (struct T_conn_req *)mp->b_rptr; in icmp_tpi_connect()644 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_req)) { in icmp_tpi_connect()
706 struct T_conn_req *tcr; in udp_tpi_connect()723 tcr = (struct T_conn_req *)mp->b_rptr; in udp_tpi_connect()726 if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_req)) { in udp_tpi_connect()
2109 struct T_conn_req conn_req; in sotpi_connect()2131 mp = soallocproto(sizeof (struct T_conn_req) + in sotpi_connect()