Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for adapter (0.24 sec)

  1. api/go1.1.txt

    pkg syscall (windows-386), const MAXLEN_IFDESCR = 256
    pkg syscall (windows-386), const MAXLEN_PHYSADDR = 8
    pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH = 8
    pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
    pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH = 256
    pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH = 15
    pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN = 256
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const AF_TIPC ideal-int
    pkg syscall (linux-arm-cgo), const AF_WANPIPE ideal-int
    pkg syscall (linux-arm-cgo), const AF_X25 ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET ideal-int
    pkg syscall (linux-arm-cgo), const ARPHRD_ASH ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  3. api/go1.txt

    pkg syscall (windows-386), const MAXLEN_IFDESCR ideal-int
    pkg syscall (windows-386), const MAXLEN_PHYSADDR ideal-int
    pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH ideal-int
    pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH ideal-int
    pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH ideal-int
    pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. src/archive/zip/reader.go

    	return nil
    }
    
    func readDataDescriptor(r io.Reader, f *File) error {
    	var buf [dataDescriptorLen]byte
    	// The spec says: "Although not originally assigned a
    	// signature, the value 0x08074b50 has commonly been adopted
    	// as a signature value for the data descriptor record.
    	// Implementers should be aware that ZIP files may be
    	// encountered with or without this signature marking data
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
Back to top