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

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_rq.h48 #define SMBR_MULTIPACKET 0x0040 /* multiple packets can be sent and received */ macro
H A Dsmb_iod.c956 if (rqp->sr_flags & SMBR_MULTIPACKET) {
1305 * SMBR_MULTIPACKET flag because it tells us this is a transaction
1321 ((rqp->sr_flags & (SMBR_MULTIPACKET | SMBR_RECONNECTED | SMBR_REXMIT)) == (SMBR_MULTIPACKET | SMBR_RECONNECTED))) {
1330 if (rqp->sr_flags & SMBR_MULTIPACKET) {
H A Dsmb_rq.c947 if (!(rqp->sr_flags & SMBR_MULTIPACKET)) {
1025 rqp->sr_flags |= SMBR_MULTIPACKET;
1272 rqp->sr_flags |= SMBR_MULTIPACKET;

Completed in 121 milliseconds