Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Smb2IoctlResponse (0.07 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

            case NtStatus.NT_STATUS_BUFFER_OVERFLOW:
                if (resp instanceof Smb2ReadResponse) {
                    break;
                }
                if (resp instanceof Smb2IoctlResponse) {
                    final int ctlCode = ((Smb2IoctlResponse) resp).getCtlCode();
                    if (ctlCode == Smb2IoctlRequest.FSCTL_PIPE_TRANSCEIVE || ctlCode == Smb2IoctlRequest.FSCTL_PIPE_PEEK) {
                        break;
                    }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top