Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for InDiscards (0.16 sec)

  1. src/syscall/types_windows.go

    	PhysAddr        [MAXLEN_PHYSADDR]byte
    	AdminStatus     uint32
    	OperStatus      uint32
    	LastChange      uint32
    	InOctets        uint32
    	InUcastPkts     uint32
    	InNUcastPkts    uint32
    	InDiscards      uint32
    	InErrors        uint32
    	InUnknownProtos uint32
    	OutOctets       uint32
    	OutUcastPkts    uint32
    	OutNUcastPkts   uint32
    	OutDiscards     uint32
    	OutErrors       uint32
    	OutQLen         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

    	PhysAddr        [MAXLEN_PHYSADDR]byte
    	AdminStatus     uint32
    	OperStatus      uint32
    	LastChange      uint32
    	InOctets        uint32
    	InUcastPkts     uint32
    	InNUcastPkts    uint32
    	InDiscards      uint32
    	InErrors        uint32
    	InUnknownProtos uint32
    	OutOctets       uint32
    	OutUcastPkts    uint32
    	OutNUcastPkts   uint32
    	OutDiscards     uint32
    	OutErrors       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/sys/unix/syscall_zos_s390x.go

    	outWinProbes      uint32
    	probeDrops        uint32
    	keepAliveProbes   uint32
    	keepAliveDrops    uint32
    	finwait2Drops     uint32
    	acceptCount       uint64
    	inBulkQSegs       uint64
    	inDiscards        uint64
    	connFloods        uint32
    	connStalls        uint32
    	cfgEphemDef       uint16
    	ephemInUse        uint16
    	ephemHiWater      uint16
    	flags             byte
    	_                 [1]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Mclpool.Hwm", Field, 2},
    		{"Mclpool.Lwm", Field, 2},
    		{"MibIfRow", Type, 0},
    		{"MibIfRow.AdminStatus", Field, 0},
    		{"MibIfRow.Descr", Field, 0},
    		{"MibIfRow.DescrLen", Field, 0},
    		{"MibIfRow.InDiscards", Field, 0},
    		{"MibIfRow.InErrors", Field, 0},
    		{"MibIfRow.InNUcastPkts", Field, 0},
    		{"MibIfRow.InOctets", Field, 0},
    		{"MibIfRow.InUcastPkts", Field, 0},
    		{"MibIfRow.InUnknownProtos", 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)
  5. api/go1.txt

    pkg syscall (windows-386), type MibIfRow struct, Descr [256]uint8
    pkg syscall (windows-386), type MibIfRow struct, DescrLen uint32
    pkg syscall (windows-386), type MibIfRow struct, InDiscards uint32
    pkg syscall (windows-386), type MibIfRow struct, InErrors uint32
    pkg syscall (windows-386), type MibIfRow struct, InNUcastPkts uint32
    pkg syscall (windows-386), type MibIfRow struct, InOctets 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