Searched refs:T_DISCON_REQ (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | t_snddis.c | 144 dreq.PRIM_type = T_DISCON_REQ; in _tx_snddis() 163 if (_t_is_ok(fd, tiptr, T_DISCON_REQ) < 0) { in _tx_snddis()
|
/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 50 #define T_DISCON_REQ 2 /* disconnect request */ macro
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 174 case T_DISCON_REQ: in nb_getmsg_mlen() 250 dreq->PRIM_type = T_DISCON_REQ; in nb_snddis()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tihdr.h | 67 #define T_DISCON_REQ 2 /* disconnect request */ macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | rlmod.c | 701 case T_DISCON_REQ: in rlmodwput() 717 T_DISCON_REQ) { in rlmodwput()
|
H A D | tl.c | 2142 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 D | timod.c | 2079 case T_DISCON_REQ: { in timodwproc()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 1708 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 D | clnt_cots.c | 3084 tdis->PRIM_type = T_DISCON_REQ; in connmgr_snddis() 3505 case T_DISCON_REQ: in clnt_dispatch_notifyall()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | rts.c | 1033 case T_DISCON_REQ: in rts_wput_other()
|
H A D | icmp.c | 1076 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_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 822 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_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1601 discon_req.PRIM_type = T_DISCON_REQ; in sodisconnect() 1613 error = sowaitokack(so, T_DISCON_REQ); in sodisconnect()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 951 case T_DISCON_REQ: /* disconnect request */ in tcp_wput_proto()
|