Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for __reserved1 (0.18 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbComNtTransaction.java

            dstIndex += 4;
            if (command == SMB_COM_NT_TRANSACT_SECONDARY) {
                writeInt4( dataDisplacement, dst, dstIndex );
                dstIndex += 4;
                dst[dstIndex++] = (byte)0x00;      // Reserved1
            } else {
                dst[dstIndex++] = (byte)setupCount;
                writeInt2( function, dst, dstIndex );
                dstIndex += 2;
                dstIndex += writeSetupWireFormat( dst, dstIndex );
            }
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Sc_len      uint8
    	Sc_family   uint8
    	Ss_sysaddr  uint16
    	Sc_id       uint32
    	Sc_unit     uint32
    	Sc_reserved [5]uint32
    }
    
    type RawSockaddrVM struct {
    	Len       uint8
    	Family    uint8
    	Reserved1 uint16
    	Port      uint32
    	Cid       uint32
    }
    
    type XVSockPCB struct {
    	Xv_len           uint32
    	Xv_vsockpp       uint64
    	Xvp_local_cid    uint32
    	Xvp_local_port   uint32
    	Xvp_remote_cid   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/syscall/types_windows.go

    	dst.LastAccessTime = src.LastAccessTime
    	dst.LastWriteTime = src.LastWriteTime
    	dst.FileSizeHigh = src.FileSizeHigh
    	dst.FileSizeLow = src.FileSizeLow
    	dst.Reserved0 = src.Reserved0
    	dst.Reserved1 = src.Reserved1
    
    	// The src is 1 element bigger than dst, but it must be NUL.
    	copy(dst.FileName[:], src.FileName[:])
    	copy(dst.AlternateFileName[:], src.AlternateFileName[:])
    }
    
    type ByHandleFileInformation struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb1/trans/nt/SmbComNtTransaction.java

            if ( this.getCommand() == SMB_COM_NT_TRANSACT_SECONDARY ) {
                SMBUtil.writeInt4(this.dataDisplacement, dst, dstIndex);
                dstIndex += 4;
                dst[ dstIndex++ ] = (byte) 0x00; // Reserved1
            }
            else {
                dst[ dstIndex++ ] = (byte) this.setupCount;
                SMBUtil.writeInt2(this.function, dst, dstIndex);
                dstIndex += 2;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 17 13:43:42 UTC 2020
    - 3.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Sc_len      uint8
    	Sc_family   uint8
    	Ss_sysaddr  uint16
    	Sc_id       uint32
    	Sc_unit     uint32
    	Sc_reserved [5]uint32
    }
    
    type RawSockaddrVM struct {
    	Len       uint8
    	Family    uint8
    	Reserved1 uint16
    	Port      uint32
    	Cid       uint32
    }
    
    type XVSockPCB struct {
    	Xv_len           uint32
    	Xv_vsockpp       uint64
    	Xvp_local_cid    uint32
    	Xvp_local_port   uint32
    	Xvp_remote_cid   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. src/syscall/ztypes_darwin_amd64.go

    	Obytes     uint32
    	Imcasts    uint32
    	Omcasts    uint32
    	Iqdrops    uint32
    	Noproto    uint32
    	Recvtiming uint32
    	Xmittiming uint32
    	Lastchange Timeval32
    	Unused2    uint32
    	Hwassist   uint32
    	Reserved1  uint32
    	Reserved2  uint32
    }
    
    type IfaMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Pad_cgo_0 [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_loong64.go

    	Atim              Timespec
    	Mtim              Timespec
    	Ctim              Timespec
    	X__glibc_reserved [2]int32
    }
    
    type statxTimestamp struct {
    	Sec         int64
    	Nsec        uint32
    	X__reserved int32
    }
    
    type statx_t struct {
    	Mask            uint32
    	Blksize         uint32
    	Attributes      uint64
    	Nlink           uint32
    	Uid             uint32
    	Gid             uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  8. src/syscall/ztypes_darwin_arm64.go

    	Obytes     uint32
    	Imcasts    uint32
    	Omcasts    uint32
    	Iqdrops    uint32
    	Noproto    uint32
    	Recvtiming uint32
    	Xmittiming uint32
    	Lastchange Timeval32
    	Unused2    uint32
    	Hwassist   uint32
    	Reserved1  uint32
    	Reserved2  uint32
    }
    
    type IfaMsghdr struct {
    	Msglen    uint16
    	Version   uint8
    	Type      uint8
    	Addrs     int32
    	Flags     int32
    	Index     uint16
    	Pad_cgo_0 [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/smb1/SmbComTransaction.java

                dstIndex += 2;
                writeInt2( maxDataCount, dst, dstIndex );
                dstIndex += 2;
                dst[dstIndex++] = maxSetupCount;
                dst[dstIndex++] = (byte)0x00;           // Reserved1
                writeInt2( flags, dst, dstIndex );
                dstIndex += 2;
                writeInt4( timeout, dst, dstIndex );
                dstIndex += 4;
                dst[dstIndex++] = (byte)0x00;           // Reserved2
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 10.5K bytes
    - Viewed (0)
  10. src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java

                dstIndex += 2;
                SMBUtil.writeInt2(this.maxDataCount, dst, dstIndex);
                dstIndex += 2;
                dst[ dstIndex++ ] = this.maxSetupCount;
                dst[ dstIndex++ ] = (byte) 0x00; // Reserved1
                SMBUtil.writeInt2(this.tflags, dst, dstIndex);
                dstIndex += 2;
                SMBUtil.writeInt4(this.timeout, dst, dstIndex);
                dstIndex += 4;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 17 13:43:42 UTC 2020
    - 13.2K bytes
    - Viewed (0)
Back to top