Home
last modified time | relevance | path

Searched refs:T_DISCON_IND (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_look.c162 (pptr->type == T_DISCON_IND)) { in _t_look_locked()
180 case T_DISCON_IND: in _t_look_locked()
H A Dt_rcvdis.c97 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_DISCON_IND)) { in _tx_rcvdis()
185 (pptr->type != T_DISCON_IND)) { in _tx_rcvdis()
H A Dt_rcv.c138 == T_DISCON_IND) { in _tx_rcv()
262 case T_DISCON_IND: in _tx_rcv()
H A Dt_rcvv.c139 == T_DISCON_IND) { in _tx_rcvv()
280 case T_DISCON_IND: in _tx_rcvv()
H A Dt_rcvreldata.c183 if (pptr->type == T_DISCON_IND) { in _tx_rcvreldata()
H A Dt_rcvrel.c181 if (pptr->type == T_DISCON_IND) { in _tx_rcvrel()
H A D_conn_util.c289 case T_DISCON_IND: in _t_rcv_conn_con()
H A Dt_listen.c241 case T_DISCON_IND: in _tx_listen()
H A D_utility.c245 *(t_scalar_t *)cptr == T_DISCON_IND) { in _t_register_lookevent()
/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c436 case T_DISCON_IND: in telmodrput()
450 if (tip->type == T_DISCON_IND && tmip->unbind_mp != in telmodrput()
564 case T_DISCON_IND: in telmodrsrv()
578 if (tip->type == T_DISCON_IND && in telmodrsrv()
H A Drlmod.c396 case T_DISCON_IND: in rlmodrput()
409 if (tip->type == T_DISCON_IND && rmip->unbind_mp != in rlmodrput()
523 case T_DISCON_IND: in rlmodrsrv()
536 if (tip->type == T_DISCON_IND && in rlmodrsrv()
H A Dtirdwr.c300 case T_DISCON_IND: in tirdwrrput()
H A Dtl.c3083 M_PROTO, T_DISCON_IND); in tl_conn_req()
3745 di->PRIM_type = T_DISCON_IND; in tl_conn_res()
4137 di->PRIM_type = T_DISCON_IND; in tl_discon_req()
4223 di->PRIM_type = T_DISCON_IND; in tl_discon_req()
5745 T_DISCON_IND); in tl_co_unconnect()
5871 tdi->PRIM_type = T_DISCON_IND; in tl_discon_ind_alloc()
5952 if (prim == T_DISCON_IND) { in tl_icon_queuemsg()
5959 if (prim == T_ORDREL_IND && nprim != T_DISCON_IND) { in tl_icon_queuemsg()
6033 case T_DISCON_IND: in tl_icon_sendmsgs()
H A Dtimod.c1222 case T_DISCON_IND: { in timodrproc()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kconnect.c217 case T_DISCON_IND: in t_kconnect()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h116 #define T_DISCON_IND 13 /* disconnect indication */ macro
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1656 case T_DISCON_IND: in mir_rput_proto()
1773 case T_DISCON_IND: in mir_rput_proto()
1776 type == T_DISCON_IND ? "disconnect" in mir_rput_proto()
1817 if (type == T_DISCON_IND) { in mir_rput_proto()
H A Dclnt_cots.c3525 case T_DISCON_IND: in clnt_dispatch_notifyall()
3579 if (msg_type == T_DISCON_IND) in clnt_dispatch_notifyall()
3612 if (msg_type == T_DISCON_IND) in clnt_dispatch_notifyall()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c157 case T_DISCON_IND: in nb_getmsg_mlen()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1531 ASSERT(tpr->type == T_DISCON_IND); in strsock_discon_ind()
2308 case T_DISCON_IND: in strsock_proto()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1632 if ((tpi.type == T_ORDREL_IND) || (tpi.type == T_DISCON_IND)) in readstream()
H A Din.telnetd.c4585 if ((tpi.type == T_ORDREL_IND) || (tpi.type == T_DISCON_IND)) in readstream()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c1450 sizeof (struct T_discon_ind), T_DISCON_IND)) != NULL) { in mi_tpi_discon_ind()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1107 T_DISCON_IND; in tcp_accept_finish()