Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PhysAddr (0.1 sec)

  1. 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)
Back to top