Searched refs:T_ordrel_ind (Results 1 – 8 of 8) sorted by relevance
465 struct T_ordrel_ind { struct567 struct T_ordrel_ind ordrel_ind; /* orderly rel ind */
137 #define TORDRELINDSZ sizeof (struct T_ordrel_ind)
175 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvrel()
177 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvreldata()
1014 ordrel_mp = allocb_wait(sizeof (struct T_ordrel_ind), BPRI_HI, in tcp_fallback()1017 ((struct T_ordrel_ind *)ordrel_mp->b_rptr)->PRIM_type = T_ORDREL_IND; in tcp_fallback()1018 ordrel_mp->b_wptr += sizeof (struct T_ordrel_ind); in tcp_fallback()
1508 if ((mp = allocb(sizeof (struct T_ordrel_ind), BPRI_HI)) != NULL) { in mi_tpi_ordrel_ind()1510 ((struct T_ordrel_ind *)mp->b_rptr)->PRIM_type = T_ORDREL_IND; in mi_tpi_ordrel_ind()1511 mp->b_wptr += sizeof (struct T_ordrel_ind); in mi_tpi_ordrel_ind()
5891 struct T_ordrel_ind *toi; in tl_ordrel_ind_alloc()5893 if (mp = allocb(sizeof (struct T_ordrel_ind), BPRI_MED)) { in tl_ordrel_ind_alloc()5895 mp->b_wptr = mp->b_rptr + sizeof (struct T_ordrel_ind); in tl_ordrel_ind_alloc()5896 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()