Searched refs:T_data_ind (Results 1 – 8 of 8) sorted by relevance
351 struct T_data_ind { struct558 struct T_data_ind data_ind; /* data indication */
128 #define TDATAINDSZ sizeof (struct T_data_ind)
219 if ((ctlbuf.len < (int)sizeof (struct T_data_ind)) || in _tx_rcv()
234 if ((ctlbuf.len < (int)sizeof (struct T_data_ind)) || in _tx_rcvv()
1152 struct T_data_ind *tdi; in rts_input()1185 tdi = (struct T_data_ind *)mp->b_rptr; in rts_input()
2139 ((struct T_data_ind *)mp1->b_rptr)->PRIM_type = T_DATA_IND; in keysock_passup()2140 ((struct T_data_ind *)mp1->b_rptr)->MORE_flag = 0; in keysock_passup()
2050 ((struct T_data_ind *)dataind->b_rptr)->PRIM_type = T_DATA_IND; in spdsock_dump_some()2051 ((struct T_data_ind *)dataind->b_rptr)->MORE_flag = 0; in spdsock_dump_some()
1701 if (MBLKL(mp) < sizeof (struct T_data_ind)) { in strsock_proto()