Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keydiff (0.15 sec)

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

                    this.smb2 = true;
                    // also read the rest of the header
                    int lenDiff = Smb2Constants.SMB2_HEADER_LENGTH - SmbConstants.SMB1_HEADER_LENGTH;
                    if ( readn(this.in, this.sbuf, 4 + SmbConstants.SMB1_HEADER_LENGTH, lenDiff) < lenDiff ) {
                        return null;
                    }
                    return (long) Encdec.dec_uint64le(this.sbuf, 28);
                }
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
Back to top