Home
last modified time | relevance | path

Searched refs:T_ordrel_ind (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h351 struct T_ordrel_ind { struct
383 struct T_ordrel_ind ordrel_ind; /* orderly rel ind */
/titanic_50/usr/src/uts/common/sys/
H A Dt_kuser.h136 #define TORDRELINDSZ sizeof (struct T_ordrel_ind)
H A Dtihdr.h502 struct T_ordrel_ind { struct
604 struct T_ordrel_ind ordrel_ind; /* orderly rel ind */
/titanic_50/usr/src/lib/libnsl/nsl/
H A Dt_rcvrel.c177 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvrel()
H A Dt_rcvreldata.c179 if (ctlbuf.len < (int)sizeof (struct T_ordrel_ind)) { in _tx_rcvreldata()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c1007 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()
/titanic_50/usr/src/uts/common/inet/
H A Dmi.c1506 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()
/titanic_50/usr/src/uts/common/io/
H A Dtl.c5742 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()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2278 if (MBLKL(mp) < sizeof (struct T_ordrel_ind)) { in strsock_proto()