Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snddis.c142 dreq.PRIM_type = T_DISCON_REQ; in _tx_snddis()
161 if (_t_is_ok(fd, tiptr, T_DISCON_REQ) < 0) { in _tx_snddis()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c168 case T_DISCON_REQ: in nb_getmsg_mlen()
244 dreq->PRIM_type = T_DISCON_REQ; in nb_snddis()
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h68 #define T_DISCON_REQ 2 /* disconnect request */ macro
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c700 case T_DISCON_REQ: in rlmodwput()
716 T_DISCON_REQ) { in rlmodwput()
H A Dtl.c2219 case T_DISCON_REQ: in tl_do_proto()
4004 tl_error_ack(wq, ackmp, TOUTSTATE, 0, T_DISCON_REQ); in tl_discon_req()
4019 tl_error_ack(wq, ackmp, TSYSERR, EINVAL, T_DISCON_REQ); in tl_discon_req()
4039 tl_error_ack(wq, ackmp, TBADSEQ, 0, T_DISCON_REQ); in tl_discon_req()
4086 tl_ok_ack(wq, ackmp, T_DISCON_REQ); in tl_discon_req()
H A Dtimod.c2083 case T_DISCON_REQ: { in timodwproc()
/illumos-gate/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()
2804 clnt_dispatch_notifyall(WR(q), T_DISCON_REQ, 0); in mir_disconnect()
H A Dclnt_cots.c3093 tdis->PRIM_type = T_DISCON_REQ; in connmgr_snddis()
3514 case T_DISCON_REQ: in clnt_dispatch_notifyall()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1037 case T_DISCON_REQ: in rts_wput_other()
H A Dicmp.c1083 icmp_err_ack_prim(q, mp, T_DISCON_REQ, TSYSERR, ENOMEM); in icmp_tpi_disconnect()
4807 case T_DISCON_REQ: in icmp_wput_other()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1569 discon_req.PRIM_type = T_DISCON_REQ; in sodisconnect()
1581 error = sowaitokack(so, T_DISCON_REQ); in sodisconnect()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c905 udp_err_ack_prim(q, mp, T_DISCON_REQ, TSYSERR, ENOMEM); in udp_tpi_disconnect()
4293 case T_DISCON_REQ: in udp_wput_other()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c968 case T_DISCON_REQ: /* disconnect request */ in tcp_wput_proto()