Searched refs:SMBR_REXMIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_rq.h44 #define SMBR_REXMIT 0x0004 /* Request was retransmitted during a reconnect*/ macro
H A Dsmb_iod.c265 rqp->sr_flags |= SMBR_REXMIT; /* Tell the upper layer this message was resent */
1308 * SMBR_REXMIT flags isn't set because that would mean we resent the
1321 ((rqp->sr_flags & (SMBR_MULTIPACKET | SMBR_RECONNECTED | SMBR_REXMIT)) == (SMBR_MULTIPACKET | SMBR_RECONNECTED))) {
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb.c2733 if ((error == EBADF) && (rqp->sr_flags & SMBR_REXMIT))
4845 if ((error == ENOENT) && (rqp->sr_flags & SMBR_REXMIT))
4887 if ((error == ENOENT) && (rqp->sr_flags & SMBR_REXMIT))
4986 if ((error == ENOENT) && (rqp->sr_flags & SMBR_REXMIT))

Completed in 216 milliseconds