Searched refs:T_DISCON_REQ (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_snddis.c | 144 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 D | tihdr.h | 50 #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 D | smb_trantcp.c | 174 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 D | tihdr.h | 67 #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 D | rlmod.c | 701 case T_DISCON_REQ: 717 T_DISCON_REQ) {
|
H A D | tl.c | 2143 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 D | timod.c | 2079 case T_DISCON_REQ: {
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 1708 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 D | clnt_cots.c | 133 * 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 D | rts.c | 1033 case T_DISCON_REQ:
|
H A D | icmp.c | 1026 * 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 D | udp.c | 821 /* 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 D | socktpi.c | 1603 * 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 D | tcp_output.c | 238 * Don't allow data after T_ORDREL_REQ or T_DISCON_REQ, 951 case T_DISCON_REQ: /* disconnect request */
|
Completed in 171 milliseconds