Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for PhysAddr (0.23 sec)

  1. src/syscall/types_windows.go

    type MibIfRow struct {
    	Name            [MAX_INTERFACE_NAME_LEN]uint16
    	Index           uint32
    	Type            uint32
    	Mtu             uint32
    	Speed           uint32
    	PhysAddrLen     uint32
    	PhysAddr        [MAXLEN_PHYSADDR]byte
    	AdminStatus     uint32
    	OperStatus      uint32
    	LastChange      uint32
    	InOctets        uint32
    	InUcastPkts     uint32
    	InNUcastPkts    uint32
    	InDiscards      uint32
    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 MibIfRow struct {
    	Name            [MAX_INTERFACE_NAME_LEN]uint16
    	Index           uint32
    	Type            uint32
    	Mtu             uint32
    	Speed           uint32
    	PhysAddrLen     uint32
    	PhysAddr        [MAXLEN_PHYSADDR]byte
    	AdminStatus     uint32
    	OperStatus      uint32
    	LastChange      uint32
    	InOctets        uint32
    	InUcastPkts     uint32
    	InNUcastPkts    uint32
    	InDiscards      uint32
    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

    		{"MibIfRow.OutErrors", Field, 0},
    		{"MibIfRow.OutNUcastPkts", Field, 0},
    		{"MibIfRow.OutOctets", Field, 0},
    		{"MibIfRow.OutQLen", Field, 0},
    		{"MibIfRow.OutUcastPkts", Field, 0},
    		{"MibIfRow.PhysAddr", Field, 0},
    		{"MibIfRow.PhysAddrLen", Field, 0},
    		{"MibIfRow.Speed", Field, 0},
    		{"MibIfRow.Type", Field, 0},
    		{"Mkdir", Func, 0},
    		{"Mkdirat", Func, 0},
    		{"Mkfifo", Func, 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 MibIfRow struct, OutQLen uint32
    pkg syscall (windows-386), type MibIfRow struct, OutUcastPkts uint32
    pkg syscall (windows-386), type MibIfRow struct, PhysAddr [8]uint8
    pkg syscall (windows-386), type MibIfRow struct, PhysAddrLen uint32
    pkg syscall (windows-386), type MibIfRow struct, Speed uint32
    pkg syscall (windows-386), type MibIfRow struct, Type uint32
    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