Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Lwm (0.04 sec)

  1. src/syscall/ztypes_openbsd_386.go

    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pad      uint32
    }
    
    type Mclpool struct {
    	Grown int32
    	Alive uint16
    	Hwm   uint16
    	Cwm   uint16
    	Lwm   uint16
    }
    
    const (
    	SizeofBpfVersion = 0x4
    	SizeofBpfStat    = 0x8
    	SizeofBpfProgram = 0x8
    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    	Major uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  2. src/syscall/ztypes_openbsd_amd64.go

    	Recvpipe uint32
    	Sendpipe uint32
    	Ssthresh uint32
    	Rtt      uint32
    	Rttvar   uint32
    	Pad      uint32
    }
    
    type Mclpool struct {
    	Grown int32
    	Alive uint16
    	Hwm   uint16
    	Cwm   uint16
    	Lwm   uint16
    }
    
    const (
    	SizeofBpfVersion = 0x4
    	SizeofBpfStat    = 0x8
    	SizeofBpfProgram = 0x10
    	SizeofBpfInsn    = 0x8
    	SizeofBpfHdr     = 0x14
    )
    
    type BpfVersion struct {
    	Major uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  3. src/compress/flate/testdata/huffman-rand-max.in

    �tޣW�������d�l�D��(�%��V(p���T�D�|�������3%���r�
    �9�G/0�G��)³R�
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MaxTokenInfoClass", Const, 0},
    		{"Mclpool", Type, 2},
    		{"Mclpool.Alive", Field, 2},
    		{"Mclpool.Cwm", Field, 2},
    		{"Mclpool.Grown", Field, 2},
    		{"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},
    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.2.txt

    pkg syscall (openbsd-386), type Mclpool struct, Cwm uint16
    pkg syscall (openbsd-386), type Mclpool struct, Grown uint32
    pkg syscall (openbsd-386), type Mclpool struct, Hwm uint16
    pkg syscall (openbsd-386), type Mclpool struct, Lwm uint16
    pkg syscall (openbsd-386), type Msghdr struct
    pkg syscall (openbsd-386), type Msghdr struct, Control *uint8
    pkg syscall (openbsd-386), type Msghdr struct, Controllen uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top