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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snddis.c144 dreq.PRIM_type = T_DISCON_REQ;
163 if (_t_is_ok(fd, tiptr, T_DISCON_REQ) < 0) {
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h50 #define T_DISCON_REQ 2 /* disconnect request */ macro
172 long PRIM_type; /* always T_DISCON_REQ */
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c174 case T_DISCON_REQ:
175 NBDEBUG("T_OK_ACK/T_DISCON_REQ");
227 * Send a T_DISCON_REQ (disconnect)
250 dreq->PRIM_type = T_DISCON_REQ;
/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h67 #define T_DISCON_REQ 2 /* disconnect request */ macro
286 t_scalar_t PRIM_type; /* always T_DISCON_REQ */
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c701 case T_DISCON_REQ:
717 T_DISCON_REQ) {
H A Dtl.c2143 case T_DISCON_REQ:
3913 "tl_wput:T_DISCON_REQ:out of state, state=%d",
3915 tl_error_ack(wq, ackmp, TOUTSTATE, 0, T_DISCON_REQ);
3930 tl_error_ack(wq, ackmp, TSYSERR, EINVAL, T_DISCON_REQ);
3950 tl_error_ack(wq, ackmp, TBADSEQ, 0, T_DISCON_REQ);
3996 tl_ok_ack(wq, ackmp, T_DISCON_REQ);
H A Dtimod.c2079 case T_DISCON_REQ: {
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1708 if (terror->ERROR_prim == T_DISCON_REQ) {
1722 if (tok->CORRECT_prim == T_DISCON_REQ) {
2602 * T_DISCON_REQ is one of the interesting default
2604 * T_DISCON_REQ is done. However, that is somewhat
2606 * T_DISCON_REQ, and let the service procedure
2788 * T_DISCON_REQ is passed to kRPC as an integer value
2794 clnt_dispatch_notifyall(WR(q), T_DISCON_REQ, 0); local
H A Dclnt_cots.c133 * T_DISCON_REQ (hence the added case statements T_ERROR_ACK, T_OK_ACK and
134 * T_DISCON_REQ in clnt_dispatch_notifyall()).
142 * changed to send a T_DISCON_REQ when we get a T_ORDREL_IND. So now the
236 b_needdis: 1, /* need T_DISCON_REQ */
253 b_needdis: 1, /* need T_DISCON_REQ */
2371 * If we need to send a T_DISCON_REQ, send one.
2455 * If we need to send a T_DISCON_REQ, send one.
2464 "T_DISCON_REQ for connection 0x%p\n",
2478 "T_DISCON_REQ's ACK for connection %p\n",
2484 * The TPI spec says that the T_DISCON_REQ
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1033 case T_DISCON_REQ:
H A Dicmp.c1026 * This routine handles each T_DISCON_REQ message passed to icmp
1075 /* Unable to reuse the T_DISCON_REQ for the ack. */
1076 icmp_err_ack_prim(q, mp, T_DISCON_REQ, TSYSERR, ENOMEM);
4797 case T_DISCON_REQ:
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c821 /* Unable to reuse the T_DISCON_REQ for the ack. */
822 udp_err_ack_prim(q, mp, T_DISCON_REQ, TSYSERR, ENOMEM);
4152 case T_DISCON_REQ:
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1603 * and then send down a T_DISCON_REQ.
1610 discon_req.PRIM_type = T_DISCON_REQ;
1622 error = sowaitokack(so, T_DISCON_REQ);
2309 * If this is UDP also send down a T_DISCON_REQ.
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c238 * Don't allow data after T_ORDREL_REQ or T_DISCON_REQ,
951 case T_DISCON_REQ: /* disconnect request */

Completed in 266 milliseconds