Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h343 struct T_discon_ind { struct
557 struct T_discon_ind discon_ind; /* discon indication */
H A Dt_kuser.h127 #define TDISCONINDSZ sizeof (struct T_discon_ind)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1091 struct T_discon_ind *tdi; in tcp_accept_finish()
1103 sizeof (struct T_discon_ind)); in tcp_accept_finish()
1108 tdi = (struct T_discon_ind *)mp->b_rptr; in tcp_accept_finish()
1118 sizeof (struct T_discon_ind); in tcp_accept_finish()
1457 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tli_accept()
1766 discon_mp = allocb(MAX(sizeof (struct T_discon_ind), in tcp_tpi_accept()
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2901 struct T_discon_ind *di; in tl_conn_req()
3082 dimp = tpi_ack_alloc(mp, sizeof (struct T_discon_ind), in tl_conn_req()
3088 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_req()
3208 size = max(ci_msz, sizeof (struct T_discon_ind)); in tl_conn_req_ser()
3426 struct T_discon_ind *di; in tl_conn_res()
3671 size = sizeof (struct T_discon_ind); in tl_conn_res()
3744 di = (struct T_discon_ind *)dimp->b_rptr; in tl_conn_res()
3956 struct T_discon_ind *di; in tl_discon_req()
4057 size = sizeof (struct T_discon_ind); in tl_discon_req()
4104 di = (struct T_discon_ind *)dimp->b_rptr; in tl_discon_req()
[all …]
H A Dtimod.c1223 struct T_discon_ind *disp; in timodrproc()
1235 disp = (struct T_discon_ind *)mp->b_rptr; in timodrproc()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvdis.c184 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()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c1447 struct T_discon_ind *tdi; in mi_tpi_discon_ind()
1450 sizeof (struct T_discon_ind), T_DISCON_IND)) != NULL) { in mi_tpi_discon_ind()
1451 tdi = (struct T_discon_ind *)mp->b_rptr; in mi_tpi_discon_ind()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1657 reason = ((struct T_discon_ind *) in mir_rput_proto()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2309 if (MBLKL(mp) < sizeof (struct T_discon_ind)) { in strsock_proto()