T_data_ind
if ((ctlbuf.len < (int)sizeof (struct T_data_ind)) ||
if ((ctlbuf.len < (int)sizeof (struct T_data_ind)) ||
if (MBLKL(mp) < sizeof (struct T_data_ind)) {
((struct T_data_ind *)mp1->b_rptr)->PRIM_type = T_DATA_IND;
((struct T_data_ind *)mp1->b_rptr)->MORE_flag = 0;
struct T_data_ind *tdi;
tdi = (struct T_data_ind *)mp->b_rptr;
((struct T_data_ind *)dataind->b_rptr)->PRIM_type = T_DATA_IND;
((struct T_data_ind *)dataind->b_rptr)->MORE_flag = 0;
#define TDATAINDSZ sizeof (struct T_data_ind)
struct T_data_ind data_ind; /* data indication */