T_ordrel_req
struct T_ordrel_req orreq;
ctlbuf.maxlen = (int)sizeof (struct T_ordrel_req);
ctlbuf.len = (int)sizeof (struct T_ordrel_req);
struct T_ordrel_req orreq;
ctlbuf.maxlen = (int)sizeof (struct T_ordrel_req);
ctlbuf.len = (int)sizeof (struct T_ordrel_req);
struct T_ordrel_req ordrel_req;
mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_req);
if (msz < sizeof (struct T_ordrel_req)) {
struct T_ordrel_req *torr;
mp = CONN_SND_ALLOC(sizeof (struct T_ordrel_req), BPRI_LO);
torr = (struct T_ordrel_req *)(mp->b_rptr);
mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_req);
#define TORDRELREQSZ sizeof (struct T_ordrel_req)
struct T_ordrel_req ordrel_req; /* orderly rel req */