Home
last modified time | relevance | path

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

/titanic_44/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.c99 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_DISCON_IND)) { in _tx_rcvdis()
187 (pptr->type != T_DISCON_IND)) { in _tx_rcvdis()
H A Dt_rcv.c140 == T_DISCON_IND) { in _tx_rcv()
264 case T_DISCON_IND: in _tx_rcv()
H A Dt_rcvv.c141 == T_DISCON_IND) { in _tx_rcvv()
282 case T_DISCON_IND: in _tx_rcvv()
H A Dt_rcvrel.c183 if (pptr->type == T_DISCON_IND) { in _tx_rcvrel()
H A Dt_rcvreldata.c185 if (pptr->type == T_DISCON_IND) { in _tx_rcvreldata()
H A D_conn_util.c291 case T_DISCON_IND: in _t_rcv_conn_con()
H A Dt_listen.c243 case T_DISCON_IND: in _tx_listen()
H A D_utility.c245 *(t_scalar_t *)cptr == T_DISCON_IND) { in _t_register_lookevent()
/titanic_44/usr/src/uts/common/io/
H A Dtelmod.c438 case T_DISCON_IND: in telmodrput()
452 if (tip->type == T_DISCON_IND && tmip->unbind_mp != in telmodrput()
565 case T_DISCON_IND: in telmodrsrv()
579 if (tip->type == T_DISCON_IND && in telmodrsrv()
H A Drlmod.c397 case T_DISCON_IND: in rlmodrput()
410 if (tip->type == T_DISCON_IND && rmip->unbind_mp != in rlmodrput()
524 case T_DISCON_IND: in rlmodrsrv()
537 if (tip->type == T_DISCON_IND && in rlmodrsrv()
H A Dtirdwr.c303 case T_DISCON_IND: in tirdwrrput()
H A Dtl.c2994 M_PROTO, T_DISCON_IND); in tl_conn_req()
3655 di->PRIM_type = T_DISCON_IND; in tl_conn_res()
4046 di->PRIM_type = T_DISCON_IND; in tl_discon_req()
4132 di->PRIM_type = T_DISCON_IND; in tl_discon_req()
5600 T_DISCON_IND); in tl_co_unconnect()
5726 tdi->PRIM_type = T_DISCON_IND; in tl_discon_ind_alloc()
5807 if (prim == T_DISCON_IND) { in tl_icon_queuemsg()
5814 if (prim == T_ORDREL_IND && nprim != T_DISCON_IND) { in tl_icon_queuemsg()
5888 case T_DISCON_IND: in tl_icon_sendmsgs()
H A Dtimod.c1220 case T_DISCON_IND: { in timodrproc()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h66 #define T_DISCON_IND 13 /* disconnect indication */ macro
/titanic_44/usr/src/uts/common/ktli/
H A Dt_kconnect.c217 case T_DISCON_IND: in t_kconnect()
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h115 #define T_DISCON_IND 13 /* disconnect indication */ macro
/titanic_44/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.c3516 case T_DISCON_IND: in clnt_dispatch_notifyall()
3570 if (msg_type == T_DISCON_IND) in clnt_dispatch_notifyall()
3603 if (msg_type == T_DISCON_IND) in clnt_dispatch_notifyall()
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c163 case T_DISCON_IND: in nb_getmsg_mlen()
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/uts/common/inet/
H A Dmi.c1448 sizeof (struct T_discon_ind), T_DISCON_IND)) != NULL) { in mi_tpi_discon_ind()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1101 T_DISCON_IND; in tcp_accept_finish()