Searched refs:T_ordrel_ind (Results 1 – 9 of 9) sorted by relevance
351 struct T_ordrel_ind { struct383 struct T_ordrel_ind ordrel_ind; /* orderly rel ind */
136 #define TORDRELINDSZ sizeof (struct T_ordrel_ind)
502 struct T_ordrel_ind { struct604 struct T_ordrel_ind ordrel_ind; /* orderly rel ind */
177 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvrel()
179 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvreldata()
1007 ordrel_mp = allocb_wait(sizeof (struct T_ordrel_ind), BPRI_HI, in tcp_fallback()1010 ((struct T_ordrel_ind *)ordrel_mp->b_rptr)->PRIM_type = T_ORDREL_IND; in tcp_fallback()1011 ordrel_mp->b_wptr += sizeof (struct T_ordrel_ind); in tcp_fallback()
1506 if ((mp = allocb(sizeof (struct T_ordrel_ind), BPRI_HI)) != NULL) { in mi_tpi_ordrel_ind()1508 ((struct T_ordrel_ind *)mp->b_rptr)->PRIM_type = T_ORDREL_IND; in mi_tpi_ordrel_ind()1509 mp->b_wptr += sizeof (struct T_ordrel_ind); in mi_tpi_ordrel_ind()
5742 struct T_ordrel_ind *toi; in tl_ordrel_ind_alloc()5744 if (mp = allocb(sizeof (struct T_ordrel_ind), BPRI_MED)) { in tl_ordrel_ind_alloc()5746 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_ind); in tl_ordrel_ind_alloc()5747 toi = (struct T_ordrel_ind *)mp->b_rptr; in tl_ordrel_ind_alloc()
2278 if (MBLKL(mp) < sizeof (struct T_ordrel_ind)) { in strsock_proto()