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

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb.h402 #define SMB_COM_NT_TRANSACT 0xA0 macro
415 * Used internally to identify async SMB_COM_NT_TRANSACT requests
416 * Actual command gets set to SMB_COM_NT_TRANSACT
442 * SMB_COM_NT_TRANSACT subcommands
H A Dsmb_rq.c191 * <14478604> For async SMB_COM_NT_TRANSACT requests, the mid/pid can
213 cmd = SMB_COM_NT_TRANSACT;
1268 error = smb_rq_alloc(ntp->nt_obj, SMB_COM_NT_TRANSACT, 0, ntp->nt_context, &rqp);
H A Dsmb_iod.c1025 if ((cmd != SMB_COM_ECHO) && (cmd != SMB_COM_NT_TRANSACT)) {

Completed in 71 milliseconds