Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 238 for Hdrlen (0.38 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Version uint8
    	Type    uint8
    	Addrs   int32
    	Flags   int32
    	Index   uint16
    	Data    IfData
    }
    
    type IfData struct {
    	Type       uint8
    	Typelen    uint8
    	Physical   uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Recvquota  uint8
    	Xmitquota  uint8
    	Unused1    uint8
    	Mtu        uint32
    	Metric     uint32
    	Baudrate   uint32
    	Ipackets   uint32
    	Ierrors    uint32
    	Opackets   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Version uint8
    	Type    uint8
    	Addrs   int32
    	Flags   int32
    	Index   uint16
    	Data    IfData
    }
    
    type IfData struct {
    	Type       uint8
    	Typelen    uint8
    	Physical   uint8
    	Addrlen    uint8
    	Hdrlen     uint8
    	Recvquota  uint8
    	Xmitquota  uint8
    	Unused1    uint8
    	Mtu        uint32
    	Metric     uint32
    	Baudrate   uint32
    	Ipackets   uint32
    	Ierrors    uint32
    	Opackets   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testcarchive/carchive_test.go

    	const (
    		magic = "!<arch>\n"
    		fmag  = "`\n"
    
    		namelen = 16
    		datelen = 12
    		uidlen  = 6
    		gidlen  = 6
    		modelen = 8
    		sizelen = 10
    		fmaglen = 2
    		hdrlen  = namelen + datelen + uidlen + gidlen + modelen + sizelen + fmaglen
    	)
    
    	type arhdr struct {
    		name string
    		date string
    		uid  string
    		gid  string
    		mode string
    		size string
    		fmag string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type IfData struct, Addrlen uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Baudrate uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Collisions uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Datalen uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Epoch int32
    pkg syscall (freebsd-386-cgo), type IfData struct, Hdrlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IfAnnounceMsghdr", Type, 1},
    		{"IfAnnounceMsghdr.Hdrlen", Field, 2},
    		{"IfAnnounceMsghdr.Index", Field, 1},
    		{"IfAnnounceMsghdr.Msglen", Field, 1},
    		{"IfAnnounceMsghdr.Name", Field, 1},
    		{"IfAnnounceMsghdr.Type", Field, 1},
    		{"IfAnnounceMsghdr.Version", Field, 1},
    		{"IfAnnounceMsghdr.What", Field, 1},
    		{"IfData", Type, 0},
    		{"IfData.Addrlen", Field, 0},
    		{"IfData.Baudrate", 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)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type IfData struct
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Addrlen uint8
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Baudrate uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Collisions uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Hdrlen uint8
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Ibytes uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    //sys	GetUserProfileDirectory(t Token, dir *uint16, dirLen *uint32) (err error) = userenv.GetUserProfileDirectoryW
    //sys	getSystemDirectory(dir *uint16, dirLen uint32) (len uint32, err error) = kernel32.GetSystemDirectoryW
    //sys	getWindowsDirectory(dir *uint16, dirLen uint32) (len uint32, err error) = kernel32.GetWindowsDirectoryW
    //sys	getSystemWindowsDirectory(dir *uint16, dirLen uint32) (len uint32, err error) = kernel32.GetSystemWindowsDirectoryW
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), type IfData struct, Addrlen uint8
    pkg syscall (freebsd-arm64), type IfData struct, Baudrate uint64
    pkg syscall (freebsd-arm64), type IfData struct, Collisions uint64
    pkg syscall (freebsd-arm64), type IfData struct, Datalen uint8
    pkg syscall (freebsd-arm64), type IfData struct, Epoch int64
    pkg syscall (freebsd-arm64), type IfData struct, Hdrlen uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type IfData struct
    pkg syscall (darwin-arm64), type IfData struct, Addrlen uint8
    pkg syscall (darwin-arm64), type IfData struct, Baudrate uint32
    pkg syscall (darwin-arm64), type IfData struct, Collisions uint32
    pkg syscall (darwin-arm64), type IfData struct, Hdrlen uint8
    pkg syscall (darwin-arm64), type IfData struct, Hwassist uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux_386.go

    	}
    	return
    }
    
    func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
    	_, e := socketcall(_BIND, uintptr(s), uintptr(addr), uintptr(addrlen), 0, 0, 0)
    	if e != 0 {
    		err = e
    	}
    	return
    }
    
    func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
    	_, e := socketcall(_CONNECT, uintptr(s), uintptr(addr), uintptr(addrlen), 0, 0, 0)
    	if e != 0 {
    		err = e
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top