Home
last modified time | relevance | path

Searched refs:T_DISCON_REQ (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_snddis.c144 dreq.PRIM_type = T_DISCON_REQ; in _tx_snddis()
163 if (_t_is_ok(fd, tiptr, T_DISCON_REQ) < 0) { in _tx_snddis()
/titanic_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h50 #define T_DISCON_REQ 2 /* disconnect request */ macro
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c174 case T_DISCON_REQ: in nb_getmsg_mlen()
250 dreq->PRIM_type = T_DISCON_REQ; in nb_snddis()
/titanic_41/usr/src/uts/common/sys/
H A Dtihdr.h67 #define T_DISCON_REQ 2 /* disconnect request */ macro
/titanic_41/usr/src/uts/common/io/
H A Drlmod.c701 case T_DISCON_REQ: in rlmodwput()
717 T_DISCON_REQ) { in rlmodwput()
H A Dtl.c2142 case T_DISCON_REQ: in tl_do_proto()
3914 tl_error_ack(wq, ackmp, TOUTSTATE, 0, T_DISCON_REQ); in tl_discon_req()
3929 tl_error_ack(wq, ackmp, TSYSERR, EINVAL, T_DISCON_REQ); in tl_discon_req()
3949 tl_error_ack(wq, ackmp, TBADSEQ, 0, T_DISCON_REQ); in tl_discon_req()
3995 tl_ok_ack(wq, ackmp, T_DISCON_REQ); in tl_discon_req()
H A Dtimod.c2079 case T_DISCON_REQ: { in timodwproc()
/titanic_41/usr/src/uts/common/rpc/
H A Drpcmod.c1708 if (terror->ERROR_prim == T_DISCON_REQ) { in mir_rput_proto()
1722 if (tok->CORRECT_prim == T_DISCON_REQ) { in mir_rput_proto()
2794 clnt_dispatch_notifyall(WR(q), T_DISCON_REQ, 0); in mir_disconnect()
H A Dclnt_cots.c3084 tdis->PRIM_type = T_DISCON_REQ; in connmgr_snddis()
3505 case T_DISCON_REQ: in clnt_dispatch_notifyall()
/titanic_41/usr/src/uts/common/inet/ip/
H A Drts.c1033 case T_DISCON_REQ: in rts_wput_other()
H A Dicmp.c1076 icmp_err_ack_prim(q, mp, T_DISCON_REQ, TSYSERR, ENOMEM); in icmp_tpi_disconnect()
4797 case T_DISCON_REQ: in icmp_wput_other()
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c822 udp_err_ack_prim(q, mp, T_DISCON_REQ, TSYSERR, ENOMEM); in udp_tpi_disconnect()
4152 case T_DISCON_REQ: in udp_wput_other()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1601 discon_req.PRIM_type = T_DISCON_REQ; in sodisconnect()
1613 error = sowaitokack(so, T_DISCON_REQ); in sodisconnect()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c951 case T_DISCON_REQ: /* disconnect request */ in tcp_wput_proto()