T_conn_req
struct T_conn_req *creq;
creq = (struct T_conn_req *)ctlbufp->buf;
size = (int)sizeof (struct T_conn_req); /* size without any buffers */
struct T_conn_req *conn_req;
conn_req = (struct T_conn_req *)mp->b_rptr;
if (conn_req->DEST_offset < sizeof (struct T_conn_req))
struct T_conn_req conn_req;
mp = soallocproto(sizeof (struct T_conn_req) +
struct T_conn_req *tcr;
tcr = (struct T_conn_req *)mp->b_rptr;
if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_req)) {
struct T_conn_req *tcreqp;
tcreqp = (struct T_conn_req *)mp->b_rptr;
((struct T_conn_req *)mp->b_rptr)->OPT_offset);
((struct T_conn_req *)mp->b_rptr)->OPT_length;
struct T_conn_req *tcr;
tcr = (struct T_conn_req *)mp->b_rptr;
struct T_conn_req *ntcr;
nmp = allocb(sizeof (struct T_conn_req) + sizeof (sin_t) +
ntcr = (struct T_conn_req *)nmp->b_rptr;
bzero(ntcr, sizeof (struct T_conn_req)); /* zero fill */
ntcr->DEST_offset = sizeof (struct T_conn_req);
struct T_conn_req *tcr;
tcr = (struct T_conn_req *)mp->b_rptr;
if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_conn_req)) {
struct T_conn_req *reqp = (struct T_conn_req *)
if (MBLKL(mp) < sizeof (struct T_conn_req)) {
struct T_conn_req *creq = (struct T_conn_req *)mp->b_rptr;
if (msz < sizeof (struct T_conn_req)) {
(alen > msz - sizeof (struct T_conn_req))) {
(ssize_t)alen > msz - sizeof (struct T_conn_req)) {
if (!(aoff >= (t_scalar_t)sizeof (struct T_conn_req))) {
struct T_conn_req *creq = (struct T_conn_req *)mp->b_cont->b_rptr;
creq = (struct T_conn_req *)bp->b_wptr;
struct T_conn_req *creq;
struct T_conn_req *tcr;
tcr = (struct T_conn_req *)mp->b_rptr;
tcr->DEST_offset = sizeof (struct T_conn_req);
#define TCONNREQSZ sizeof (struct T_conn_req)
struct T_conn_req conn_req; /* connect request */