T_discon_req
ctlbuf.len = (int)sizeof (struct T_discon_req);
ctlbuf.maxlen = (int)sizeof (struct T_discon_req);
struct T_discon_req dreq;
struct T_discon_req *dreq;
mlen = sizeof (struct T_discon_req);
dreq = (struct T_discon_req *)mp->b_wptr;
mp->b_wptr += sizeof (struct T_discon_req);
struct T_discon_req discon_req;
if ((mp->b_wptr - mp->b_rptr) < sizeof (struct T_discon_req)) {
seqnum = ((struct T_discon_req *)mp->b_rptr)->SEQ_number;
struct T_discon_req *disp;
if (MBLKL(mp) < sizeof (struct T_discon_req)) {
disp = (struct T_discon_req *)mp->b_rptr;
if (mp = allocb(sizeof (struct T_discon_req), BPRI_LO)) {
struct T_discon_req *dr;
dr = (struct T_discon_req *)mp->b_rptr;
if (msz < sizeof (struct T_discon_req)) {
struct T_discon_req *tdis;
tdis = (struct T_discon_req *)mp->b_rptr;
#define TDISCONREQSZ sizeof (struct T_discon_req)
struct T_discon_req discon_req; /* disconnect request */