Home
last modified time | relevance | path

Searched refs:T_discon_ind (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h259 struct T_discon_ind { struct
373 struct T_discon_ind discon_ind; /* discon indication */
/titanic_41/usr/src/uts/common/sys/
H A Dt_kuser.h126 #define TDISCONINDSZ sizeof (struct T_discon_ind)
H A Dtihdr.h380 struct T_discon_ind { struct
594 struct T_discon_ind discon_ind; /* discon indication */
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_rcvdis.c186 if ((ctlbuf.len < (int)sizeof (struct T_discon_ind)) || in _tx_rcvdis()
H A D_utility.c243 if (cptr && csize >= (int)sizeof (struct T_discon_ind) && in _t_register_lookevent()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1085 struct T_discon_ind *tdi; in tcp_accept_finish()
1097 sizeof (struct T_discon_ind)); in tcp_accept_finish()
1102 tdi = (struct T_discon_ind *)mp->b_rptr; in tcp_accept_finish()
1112 sizeof (struct T_discon_ind); in tcp_accept_finish()
1451 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tli_accept()
1760 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tpi_accept()
/titanic_41/usr/src/uts/common/io/
H A Dtl.c2812 struct T_discon_ind *di; in tl_conn_req()
2993 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind), in tl_conn_req()
2999 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_req()
3119 size = max(ci_msz, sizeof (struct T_discon_ind)); in tl_conn_req_ser()
3337 struct T_discon_ind *di; in tl_conn_res()
3582 size = sizeof (struct T_discon_ind); in tl_conn_res()
3654 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_res()
3866 struct T_discon_ind *di; in tl_discon_req()
3967 size = sizeof (struct T_discon_ind); in tl_discon_req()
4013 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
[all …]
H A Dtimod.c1221 struct T_discon_ind *disp; in timodrproc()
1233 disp = (struct T_discon_ind *)mp->b_rptr; in timodrproc()
/titanic_41/usr/src/uts/common/inet/
H A Dmi.c1445 struct T_discon_ind *tdi; in mi_tpi_discon_ind()
1448 sizeof (struct T_discon_ind), T_DISCON_IND)) != NULL) { in mi_tpi_discon_ind()
1449 tdi = (struct T_discon_ind *)mp->b_rptr; in mi_tpi_discon_ind()
/titanic_41/usr/src/uts/common/rpc/
H A Drpcmod.c1657 reason = ((struct T_discon_ind *) in mir_rput_proto()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2309 if (MBLKL(mp) < sizeof (struct T_discon_ind)) { in strsock_proto()