Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for AddressLength (0.25 sec)

  1. src/syscall/types_windows.go

    type IpAdapterInfo struct {
    	Next                *IpAdapterInfo
    	ComboIndex          uint32
    	AdapterName         [MAX_ADAPTER_NAME_LENGTH + 4]byte
    	Description         [MAX_ADAPTER_DESCRIPTION_LENGTH + 4]byte
    	AddressLength       uint32
    	Address             [MAX_ADAPTER_ADDRESS_LENGTH]byte
    	Index               uint32
    	Type                uint32
    	DhcpEnabled         uint32
    	CurrentIpAddress    *IpAddrString
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    type IpAdapterInfo struct {
    	Next                *IpAdapterInfo
    	ComboIndex          uint32
    	AdapterName         [MAX_ADAPTER_NAME_LENGTH + 4]byte
    	Description         [MAX_ADAPTER_DESCRIPTION_LENGTH + 4]byte
    	AddressLength       uint32
    	Address             [MAX_ADAPTER_ADDRESS_LENGTH]byte
    	Index               uint32
    	Type                uint32
    	DhcpEnabled         uint32
    	CurrentIpAddress    *IpAddrString
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Iovec.Base", Field, 0},
    		{"Iovec.Len", Field, 0},
    		{"IpAdapterInfo", Type, 0},
    		{"IpAdapterInfo.AdapterName", Field, 0},
    		{"IpAdapterInfo.Address", Field, 0},
    		{"IpAdapterInfo.AddressLength", Field, 0},
    		{"IpAdapterInfo.ComboIndex", Field, 0},
    		{"IpAdapterInfo.CurrentIpAddress", Field, 0},
    		{"IpAdapterInfo.Description", Field, 0},
    		{"IpAdapterInfo.DhcpEnabled", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (windows-386), type IpAdapterInfo struct, AdapterName [260]uint8
    pkg syscall (windows-386), type IpAdapterInfo struct, Address [8]uint8
    pkg syscall (windows-386), type IpAdapterInfo struct, AddressLength uint32
    pkg syscall (windows-386), type IpAdapterInfo struct, ComboIndex uint32
    pkg syscall (windows-386), type IpAdapterInfo struct, CurrentIpAddress *IpAddrString
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top