mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	chore: updates dependencies
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/mattn/go-isatty/go.mod
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/mattn/go-isatty/go.mod
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
module github.com/mattn/go-isatty
 | 
			
		||||
 | 
			
		||||
require golang.org/x/sys v0.0.0-20191008105621-543471e840be
 | 
			
		||||
go 1.12
 | 
			
		||||
 | 
			
		||||
go 1.14
 | 
			
		||||
require golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								vendor/github.com/mattn/go-isatty/go.sum
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/github.com/mattn/go-isatty/go.sum
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -1,4 +1,2 @@
 | 
			
		||||
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a h1:aYOabOQFp6Vj6W1F80affTUvO9UxmJRx8K0gsfABByQ=
 | 
			
		||||
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 | 
			
		||||
golang.org/x/sys v0.0.0-20191008105621-543471e840be h1:QAcqgptGM8IQBC9K/RC4o+O9YmqEm0diQn9QmZw/0mU=
 | 
			
		||||
golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 | 
			
		||||
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4=
 | 
			
		||||
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/github.com/mattn/go-isatty/isatty_plan9.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/mattn/go-isatty/isatty_plan9.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -8,7 +8,7 @@ import (
 | 
			
		||||
 | 
			
		||||
// IsTerminal returns true if the given file descriptor is a terminal.
 | 
			
		||||
func IsTerminal(fd uintptr) bool {
 | 
			
		||||
	path, err := syscall.Fd2path(fd)
 | 
			
		||||
	path, err := syscall.Fd2path(int(fd))
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return false
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										16
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
// Copyright 2019 The Go Authors. All rights reserved.
 | 
			
		||||
// Use of this source code is governed by a BSD-style
 | 
			
		||||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
package unix
 | 
			
		||||
 | 
			
		||||
// Round the length of a raw sockaddr up to align it properly.
 | 
			
		||||
func cmsgAlignOf(salen int) int {
 | 
			
		||||
	salign := SizeofPtr
 | 
			
		||||
	if SizeofPtr == 8 && !supportsABI(_dragonflyABIChangeVersion) {
 | 
			
		||||
		// 64-bit Dragonfly before the September 2019 ABI changes still requires
 | 
			
		||||
		// 32-bit aligned access to network subsystem.
 | 
			
		||||
		salign = 4
 | 
			
		||||
	}
 | 
			
		||||
	return (salen + salign - 1) & ^(salign - 1)
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -17,7 +17,7 @@ func UnixCredentials(ucred *Ucred) []byte {
 | 
			
		||||
	h.Level = SOL_SOCKET
 | 
			
		||||
	h.Type = SCM_CREDENTIALS
 | 
			
		||||
	h.SetLen(CmsgLen(SizeofUcred))
 | 
			
		||||
	*((*Ucred)(cmsgData(h))) = *ucred
 | 
			
		||||
	*(*Ucred)(h.data(0)) = *ucred
 | 
			
		||||
	return b
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										36
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_unix.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										36
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_unix.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -9,35 +9,9 @@
 | 
			
		||||
package unix
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"runtime"
 | 
			
		||||
	"unsafe"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// Round the length of a raw sockaddr up to align it properly.
 | 
			
		||||
func cmsgAlignOf(salen int) int {
 | 
			
		||||
	salign := SizeofPtr
 | 
			
		||||
 | 
			
		||||
	switch runtime.GOOS {
 | 
			
		||||
	case "aix":
 | 
			
		||||
		// There is no alignment on AIX.
 | 
			
		||||
		salign = 1
 | 
			
		||||
	case "darwin", "dragonfly", "solaris", "illumos":
 | 
			
		||||
		// NOTE: It seems like 64-bit Darwin, DragonFly BSD,
 | 
			
		||||
		// illumos, and Solaris kernels still require 32-bit
 | 
			
		||||
		// aligned access to network subsystem.
 | 
			
		||||
		if SizeofPtr == 8 {
 | 
			
		||||
			salign = 4
 | 
			
		||||
		}
 | 
			
		||||
	case "netbsd", "openbsd":
 | 
			
		||||
		// NetBSD and OpenBSD armv7 require 64-bit alignment.
 | 
			
		||||
		if runtime.GOARCH == "arm" {
 | 
			
		||||
			salign = 8
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return (salen + salign - 1) & ^(salign - 1)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// CmsgLen returns the value to store in the Len field of the Cmsghdr
 | 
			
		||||
// structure, taking into account any necessary alignment.
 | 
			
		||||
func CmsgLen(datalen int) int {
 | 
			
		||||
@@ -50,8 +24,8 @@ func CmsgSpace(datalen int) int {
 | 
			
		||||
	return cmsgAlignOf(SizeofCmsghdr) + cmsgAlignOf(datalen)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func cmsgData(h *Cmsghdr) unsafe.Pointer {
 | 
			
		||||
	return unsafe.Pointer(uintptr(unsafe.Pointer(h)) + uintptr(cmsgAlignOf(SizeofCmsghdr)))
 | 
			
		||||
func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer {
 | 
			
		||||
	return unsafe.Pointer(uintptr(unsafe.Pointer(h)) + uintptr(cmsgAlignOf(SizeofCmsghdr)) + offset)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// SocketControlMessage represents a socket control message.
 | 
			
		||||
@@ -94,10 +68,8 @@ func UnixRights(fds ...int) []byte {
 | 
			
		||||
	h.Level = SOL_SOCKET
 | 
			
		||||
	h.Type = SCM_RIGHTS
 | 
			
		||||
	h.SetLen(CmsgLen(datalen))
 | 
			
		||||
	data := cmsgData(h)
 | 
			
		||||
	for _, fd := range fds {
 | 
			
		||||
		*(*int32)(data) = int32(fd)
 | 
			
		||||
		data = unsafe.Pointer(uintptr(data) + 4)
 | 
			
		||||
	for i, fd := range fds {
 | 
			
		||||
		*(*int32)(h.data(4 * uintptr(i))) = int32(fd)
 | 
			
		||||
	}
 | 
			
		||||
	return b
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										38
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,38 @@
 | 
			
		||||
// Copyright 2019 The Go Authors. All rights reserved.
 | 
			
		||||
// Use of this source code is governed by a BSD-style
 | 
			
		||||
// license that can be found in the LICENSE file.
 | 
			
		||||
 | 
			
		||||
// +build aix darwin freebsd linux netbsd openbsd solaris
 | 
			
		||||
 | 
			
		||||
package unix
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"runtime"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// Round the length of a raw sockaddr up to align it properly.
 | 
			
		||||
func cmsgAlignOf(salen int) int {
 | 
			
		||||
	salign := SizeofPtr
 | 
			
		||||
 | 
			
		||||
	// dragonfly needs to check ABI version at runtime, see cmsgAlignOf in
 | 
			
		||||
	// sockcmsg_dragonfly.go
 | 
			
		||||
	switch runtime.GOOS {
 | 
			
		||||
	case "aix":
 | 
			
		||||
		// There is no alignment on AIX.
 | 
			
		||||
		salign = 1
 | 
			
		||||
	case "darwin", "illumos", "solaris":
 | 
			
		||||
		// NOTE: It seems like 64-bit Darwin, Illumos and Solaris
 | 
			
		||||
		// kernels still require 32-bit aligned access to network
 | 
			
		||||
		// subsystem.
 | 
			
		||||
		if SizeofPtr == 8 {
 | 
			
		||||
			salign = 4
 | 
			
		||||
		}
 | 
			
		||||
	case "netbsd", "openbsd":
 | 
			
		||||
		// NetBSD and OpenBSD armv7 require 64-bit alignment.
 | 
			
		||||
		if runtime.GOARCH == "arm" {
 | 
			
		||||
			salign = 8
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return (salen + salign - 1) & ^(salign - 1)
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_bsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_bsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -237,7 +237,7 @@ func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
 | 
			
		||||
				break
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		bytes := (*[10000]byte)(unsafe.Pointer(&pp.Path[0]))[0:n]
 | 
			
		||||
		bytes := (*[len(pp.Path)]byte)(unsafe.Pointer(&pp.Path[0]))[0:n]
 | 
			
		||||
		sa.Name = string(bytes)
 | 
			
		||||
		return sa, nil
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -27,8 +27,6 @@ func libc_fdopendir_trampoline()
 | 
			
		||||
 | 
			
		||||
func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {
 | 
			
		||||
	// Simulate Getdirentries using fdopendir/readdir_r/closedir.
 | 
			
		||||
	const ptrSize = unsafe.Sizeof(uintptr(0))
 | 
			
		||||
 | 
			
		||||
	// We store the number of entries to skip in the seek
 | 
			
		||||
	// offset of fd. See issue #31368.
 | 
			
		||||
	// It's not the full required semantics, but should handle the case
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -339,6 +339,8 @@ func Kill(pid int, signum syscall.Signal) (err error) { return kill(pid, int(sig
 | 
			
		||||
 | 
			
		||||
//sys	ioctl(fd int, req uint, arg uintptr) (err error)
 | 
			
		||||
 | 
			
		||||
//sys   sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS_SYSCTL
 | 
			
		||||
 | 
			
		||||
func Uname(uname *Utsname) error {
 | 
			
		||||
	mib := []_C_int{CTL_KERN, KERN_OSTYPE}
 | 
			
		||||
	n := unsafe.Sizeof(uname.Sysname)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_386.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_386.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -10,7 +10,6 @@ import (
 | 
			
		||||
	"syscall"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//sys	sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
//sys   ptrace(request int, pid int, addr uintptr, data uintptr) (err error)
 | 
			
		||||
 | 
			
		||||
func setTimespec(sec, nsec int64) Timespec {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -10,7 +10,6 @@ import (
 | 
			
		||||
	"syscall"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//sys	sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
//sys   ptrace(request int, pid int, addr uintptr, data uintptr) (err error)
 | 
			
		||||
 | 
			
		||||
func setTimespec(sec, nsec int64) Timespec {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_arm.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_arm.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -12,10 +12,6 @@ func ptrace(request int, pid int, addr uintptr, data uintptr) error {
 | 
			
		||||
	return ENOTSUP
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) error {
 | 
			
		||||
	return ENOTSUP
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func setTimespec(sec, nsec int64) Timespec {
 | 
			
		||||
	return Timespec{Sec: int32(sec), Nsec: int32(nsec)}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -14,10 +14,6 @@ func ptrace(request int, pid int, addr uintptr, data uintptr) error {
 | 
			
		||||
	return ENOTSUP
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) error {
 | 
			
		||||
	return ENOTSUP
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func setTimespec(sec, nsec int64) Timespec {
 | 
			
		||||
	return Timespec{Sec: sec, Nsec: nsec}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										22
									
								
								vendor/golang.org/x/sys/unix/syscall_dragonfly.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								vendor/golang.org/x/sys/unix/syscall_dragonfly.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -12,9 +12,25 @@
 | 
			
		||||
 | 
			
		||||
package unix
 | 
			
		||||
 | 
			
		||||
import "unsafe"
 | 
			
		||||
import (
 | 
			
		||||
	"sync"
 | 
			
		||||
	"unsafe"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//sys	sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
// See version list in https://github.com/DragonFlyBSD/DragonFlyBSD/blob/master/sys/sys/param.h
 | 
			
		||||
var (
 | 
			
		||||
	osreldateOnce sync.Once
 | 
			
		||||
	osreldate     uint32
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// First __DragonFly_version after September 2019 ABI changes
 | 
			
		||||
// http://lists.dragonflybsd.org/pipermail/users/2019-September/358280.html
 | 
			
		||||
const _dragonflyABIChangeVersion = 500705
 | 
			
		||||
 | 
			
		||||
func supportsABI(ver uint32) bool {
 | 
			
		||||
	osreldateOnce.Do(func() { osreldate, _ = SysctlUint32("kern.osreldate") })
 | 
			
		||||
	return osreldate >= ver
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// SockaddrDatalink implements the Sockaddr interface for AF_LINK type sockets.
 | 
			
		||||
type SockaddrDatalink struct {
 | 
			
		||||
@@ -152,6 +168,8 @@ func setattrlistTimes(path string, times []Timespec, flags int) error {
 | 
			
		||||
 | 
			
		||||
//sys	ioctl(fd int, req uint, arg uintptr) (err error)
 | 
			
		||||
 | 
			
		||||
//sys   sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
 | 
			
		||||
func sysctlUname(mib []_C_int, old *byte, oldlen *uintptr) error {
 | 
			
		||||
	err := sysctl(mib, old, oldlen, nil, 0)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								vendor/golang.org/x/sys/unix/syscall_freebsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								vendor/golang.org/x/sys/unix/syscall_freebsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -36,8 +36,6 @@ var (
 | 
			
		||||
// INO64_FIRST from /usr/src/lib/libc/sys/compat-ino64.h
 | 
			
		||||
const _ino64First = 1200031
 | 
			
		||||
 | 
			
		||||
//sys	sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
 | 
			
		||||
func supportsABI(ver uint32) bool {
 | 
			
		||||
	osreldateOnce.Do(func() { osreldate, _ = SysctlUint32("kern.osreldate") })
 | 
			
		||||
	return osreldate >= ver
 | 
			
		||||
@@ -203,6 +201,8 @@ func setattrlistTimes(path string, times []Timespec, flags int) error {
 | 
			
		||||
 | 
			
		||||
//sys   ioctl(fd int, req uint, arg uintptr) (err error)
 | 
			
		||||
 | 
			
		||||
//sys   sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
 | 
			
		||||
func Uname(uname *Utsname) error {
 | 
			
		||||
	mib := []_C_int{CTL_KERN, KERN_OSTYPE}
 | 
			
		||||
	n := unsafe.Sizeof(uname.Sysname)
 | 
			
		||||
@@ -462,8 +462,12 @@ func convertFromDirents11(buf []byte, old []byte) int {
 | 
			
		||||
	dstPos := 0
 | 
			
		||||
	srcPos := 0
 | 
			
		||||
	for dstPos+fixedSize < len(buf) && srcPos+oldFixedSize < len(old) {
 | 
			
		||||
		dstDirent := (*Dirent)(unsafe.Pointer(&buf[dstPos]))
 | 
			
		||||
		srcDirent := (*dirent_freebsd11)(unsafe.Pointer(&old[srcPos]))
 | 
			
		||||
		var dstDirent Dirent
 | 
			
		||||
		var srcDirent dirent_freebsd11
 | 
			
		||||
 | 
			
		||||
		// If multiple direntries are written, sometimes when we reach the final one,
 | 
			
		||||
		// we may have cap of old less than size of dirent_freebsd11.
 | 
			
		||||
		copy((*[unsafe.Sizeof(srcDirent)]byte)(unsafe.Pointer(&srcDirent))[:], old[srcPos:])
 | 
			
		||||
 | 
			
		||||
		reclen := roundup(fixedSize+int(srcDirent.Namlen)+1, 8)
 | 
			
		||||
		if dstPos+reclen > len(buf) {
 | 
			
		||||
@@ -479,6 +483,7 @@ func convertFromDirents11(buf []byte, old []byte) int {
 | 
			
		||||
		dstDirent.Pad1 = 0
 | 
			
		||||
 | 
			
		||||
		copy(dstDirent.Name[:], srcDirent.Name[:srcDirent.Namlen])
 | 
			
		||||
		copy(buf[dstPos:], (*[unsafe.Sizeof(dstDirent)]byte)(unsafe.Pointer(&dstDirent))[:])
 | 
			
		||||
		padding := buf[dstPos+fixedSize+int(dstDirent.Namlen) : dstPos+reclen]
 | 
			
		||||
		for i := range padding {
 | 
			
		||||
			padding[i] = 0
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -884,7 +884,7 @@ func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
 | 
			
		||||
		for n < len(pp.Path) && pp.Path[n] != 0 {
 | 
			
		||||
			n++
 | 
			
		||||
		}
 | 
			
		||||
		bytes := (*[10000]byte)(unsafe.Pointer(&pp.Path[0]))[0:n]
 | 
			
		||||
		bytes := (*[len(pp.Path)]byte)(unsafe.Pointer(&pp.Path[0]))[0:n]
 | 
			
		||||
		sa.Name = string(bytes)
 | 
			
		||||
		return sa, nil
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_netbsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_netbsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -18,8 +18,6 @@ import (
 | 
			
		||||
	"unsafe"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//sys	sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
 | 
			
		||||
// SockaddrDatalink implements the Sockaddr interface for AF_LINK type sockets.
 | 
			
		||||
type SockaddrDatalink struct {
 | 
			
		||||
	Len    uint8
 | 
			
		||||
@@ -189,6 +187,8 @@ func setattrlistTimes(path string, times []Timespec, flags int) error {
 | 
			
		||||
 | 
			
		||||
//sys	ioctl(fd int, req uint, arg uintptr) (err error)
 | 
			
		||||
 | 
			
		||||
//sys   sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
 | 
			
		||||
func IoctlGetPtmget(fd int, req uint) (*Ptmget, error) {
 | 
			
		||||
	var value Ptmget
 | 
			
		||||
	err := ioctl(fd, req, uintptr(unsafe.Pointer(&value)))
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_openbsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/sys/unix/syscall_openbsd.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -18,8 +18,6 @@ import (
 | 
			
		||||
	"unsafe"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//sys	sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
 | 
			
		||||
// SockaddrDatalink implements the Sockaddr interface for AF_LINK type sockets.
 | 
			
		||||
type SockaddrDatalink struct {
 | 
			
		||||
	Len    uint8
 | 
			
		||||
@@ -180,6 +178,8 @@ func setattrlistTimes(path string, times []Timespec, flags int) error {
 | 
			
		||||
 | 
			
		||||
//sys	ioctl(fd int, req uint, arg uintptr) (err error)
 | 
			
		||||
 | 
			
		||||
//sys   sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS___SYSCTL
 | 
			
		||||
 | 
			
		||||
//sys	ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error)
 | 
			
		||||
 | 
			
		||||
func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_solaris.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/syscall_solaris.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -391,7 +391,7 @@ func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) {
 | 
			
		||||
		for n < len(pp.Path) && pp.Path[n] != 0 {
 | 
			
		||||
			n++
 | 
			
		||||
		}
 | 
			
		||||
		bytes := (*[10000]byte)(unsafe.Pointer(&pp.Path[0]))[0:n]
 | 
			
		||||
		bytes := (*[len(pp.Path)]byte)(unsafe.Pointer(&pp.Path[0]))[0:n]
 | 
			
		||||
		sa.Name = string(bytes)
 | 
			
		||||
		return sa, nil
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										32
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										32
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -547,6 +547,22 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_SYSCTL, uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := Syscall9(SYS_SENDFILE, uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(offset>>32), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
@@ -1683,22 +1699,6 @@ func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := Syscall6(SYS___SYSCTL, uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										42
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										42
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -757,6 +757,27 @@ func libc_ioctl_trampoline()
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_sysctl_trampoline), uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func libc_sysctl_trampoline()
 | 
			
		||||
 | 
			
		||||
//go:linkname libc_sysctl libc_sysctl
 | 
			
		||||
//go:cgo_import_dynamic libc_sysctl sysctl "/usr/lib/libSystem.B.dylib"
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := syscall_syscall9(funcPC(libc_sendfile_trampoline), uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(offset>>32), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
@@ -2321,27 +2342,6 @@ func writelen(fd int, buf *byte, nbuf int) (n int, err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc___sysctl_trampoline), uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func libc___sysctl_trampoline()
 | 
			
		||||
 | 
			
		||||
//go:linkname libc___sysctl libc___sysctl
 | 
			
		||||
//go:cgo_import_dynamic libc___sysctl __sysctl "/usr/lib/libSystem.B.dylib"
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_ptrace_trampoline), uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -88,6 +88,8 @@ TEXT ·libc_kill_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_kill(SB)
 | 
			
		||||
TEXT ·libc_ioctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_ioctl(SB)
 | 
			
		||||
TEXT ·libc_sysctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_sysctl(SB)
 | 
			
		||||
TEXT ·libc_sendfile_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_sendfile(SB)
 | 
			
		||||
TEXT ·libc_access_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
@@ -104,8 +106,6 @@ TEXT ·libc_chown_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_chown(SB)
 | 
			
		||||
TEXT ·libc_chroot_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_chroot(SB)
 | 
			
		||||
TEXT ·libc_clock_gettime_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_clock_gettime(SB)
 | 
			
		||||
TEXT ·libc_close_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_close(SB)
 | 
			
		||||
TEXT ·libc_dup_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
@@ -262,8 +262,6 @@ TEXT ·libc_mmap_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_mmap(SB)
 | 
			
		||||
TEXT ·libc_munmap_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_munmap(SB)
 | 
			
		||||
TEXT ·libc___sysctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc___sysctl(SB)
 | 
			
		||||
TEXT ·libc_ptrace_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_ptrace(SB)
 | 
			
		||||
TEXT ·libc_gettimeofday_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										32
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										32
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -547,6 +547,22 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_SYSCTL, uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_SENDFILE, uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
@@ -1683,22 +1699,6 @@ func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := Syscall6(SYS___SYSCTL, uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										42
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										42
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -757,6 +757,27 @@ func libc_ioctl_trampoline()
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_sysctl_trampoline), uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func libc_sysctl_trampoline()
 | 
			
		||||
 | 
			
		||||
//go:linkname libc_sysctl libc_sysctl
 | 
			
		||||
//go:cgo_import_dynamic libc_sysctl sysctl "/usr/lib/libSystem.B.dylib"
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_sendfile_trampoline), uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
@@ -2321,27 +2342,6 @@ func writelen(fd int, buf *byte, nbuf int) (n int, err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc___sysctl_trampoline), uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func libc___sysctl_trampoline()
 | 
			
		||||
 | 
			
		||||
//go:linkname libc___sysctl libc___sysctl
 | 
			
		||||
//go:cgo_import_dynamic libc___sysctl __sysctl "/usr/lib/libSystem.B.dylib"
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) {
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_ptrace_trampoline), uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -88,6 +88,8 @@ TEXT ·libc_kill_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_kill(SB)
 | 
			
		||||
TEXT ·libc_ioctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_ioctl(SB)
 | 
			
		||||
TEXT ·libc_sysctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_sysctl(SB)
 | 
			
		||||
TEXT ·libc_sendfile_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_sendfile(SB)
 | 
			
		||||
TEXT ·libc_access_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
@@ -262,8 +264,6 @@ TEXT ·libc_mmap_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_mmap(SB)
 | 
			
		||||
TEXT ·libc_munmap_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_munmap(SB)
 | 
			
		||||
TEXT ·libc___sysctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc___sysctl(SB)
 | 
			
		||||
TEXT ·libc_ptrace_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_ptrace(SB)
 | 
			
		||||
TEXT ·libc_gettimeofday_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										16
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -547,6 +547,22 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_SYSCTL, uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := Syscall9(SYS_SENDFILE, uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(offset>>32), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										21
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										21
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -757,6 +757,27 @@ func libc_ioctl_trampoline()
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_sysctl_trampoline), uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func libc_sysctl_trampoline()
 | 
			
		||||
 | 
			
		||||
//go:linkname libc_sysctl libc_sysctl
 | 
			
		||||
//go:cgo_import_dynamic libc_sysctl sysctl "/usr/lib/libSystem.B.dylib"
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := syscall_syscall9(funcPC(libc_sendfile_trampoline), uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(offset>>32), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags), 0, 0)
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										16
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -547,6 +547,22 @@ func ioctl(fd int, req uint, arg uintptr) (err error) {
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_SYSCTL, uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := Syscall6(SYS_SENDFILE, uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										21
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										21
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -757,6 +757,27 @@ func libc_ioctl_trampoline()
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
 | 
			
		||||
	var _p0 unsafe.Pointer
 | 
			
		||||
	if len(mib) > 0 {
 | 
			
		||||
		_p0 = unsafe.Pointer(&mib[0])
 | 
			
		||||
	} else {
 | 
			
		||||
		_p0 = unsafe.Pointer(&_zero)
 | 
			
		||||
	}
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_sysctl_trampoline), uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
		err = errnoErr(e1)
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func libc_sysctl_trampoline()
 | 
			
		||||
 | 
			
		||||
//go:linkname libc_sysctl libc_sysctl
 | 
			
		||||
//go:cgo_import_dynamic libc_sysctl sysctl "/usr/lib/libSystem.B.dylib"
 | 
			
		||||
 | 
			
		||||
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
 | 
			
		||||
 | 
			
		||||
func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) {
 | 
			
		||||
	_, _, e1 := syscall_syscall6(funcPC(libc_sendfile_trampoline), uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags))
 | 
			
		||||
	if e1 != 0 {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -88,6 +88,8 @@ TEXT ·libc_kill_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_kill(SB)
 | 
			
		||||
TEXT ·libc_ioctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_ioctl(SB)
 | 
			
		||||
TEXT ·libc_sysctl_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_sysctl(SB)
 | 
			
		||||
TEXT ·libc_sendfile_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_sendfile(SB)
 | 
			
		||||
TEXT ·libc_access_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
@@ -104,8 +106,6 @@ TEXT ·libc_chown_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_chown(SB)
 | 
			
		||||
TEXT ·libc_chroot_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_chroot(SB)
 | 
			
		||||
TEXT ·libc_clock_gettime_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_clock_gettime(SB)
 | 
			
		||||
TEXT ·libc_close_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
	JMP	libc_close(SB)
 | 
			
		||||
TEXT ·libc_dup_trampoline(SB),NOSPLIT,$0-0
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -397,7 +397,7 @@ type Reg struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type FpReg struct {
 | 
			
		||||
	Fp_q  [32]uint128
 | 
			
		||||
	Fp_q  [512]uint8
 | 
			
		||||
	Fp_sr uint32
 | 
			
		||||
	Fp_cr uint32
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_386.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_386.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -599,22 +599,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2484,6 +2468,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -600,22 +600,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2497,6 +2481,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -603,22 +603,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2475,6 +2459,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -601,22 +601,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2476,6 +2460,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -602,22 +602,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2481,6 +2465,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -601,22 +601,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2478,6 +2462,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -601,22 +601,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2478,6 +2462,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -602,22 +602,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2481,6 +2465,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -602,22 +602,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2486,6 +2470,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -602,22 +602,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2486,6 +2470,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -601,22 +601,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2504,6 +2488,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -600,22 +600,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2500,6 +2484,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -604,22 +604,6 @@ const (
 | 
			
		||||
	RTN_THROW               = 0x9
 | 
			
		||||
	RTN_NAT                 = 0xa
 | 
			
		||||
	RTN_XRESOLVE            = 0xb
 | 
			
		||||
	RTNLGRP_NONE            = 0x0
 | 
			
		||||
	RTNLGRP_LINK            = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY          = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH           = 0x3
 | 
			
		||||
	RTNLGRP_TC              = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR     = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE     = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE      = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE       = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR     = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE     = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE      = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO     = 0xc
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX     = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE       = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT      = 0x14
 | 
			
		||||
	SizeofNlMsghdr          = 0x10
 | 
			
		||||
	SizeofNlMsgerr          = 0x14
 | 
			
		||||
	SizeofRtGenmsg          = 0x1
 | 
			
		||||
@@ -2481,6 +2465,42 @@ const (
 | 
			
		||||
	BPF_FD_TYPE_URETPROBE               = 0x5
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	RTNLGRP_NONE          = 0x0
 | 
			
		||||
	RTNLGRP_LINK          = 0x1
 | 
			
		||||
	RTNLGRP_NOTIFY        = 0x2
 | 
			
		||||
	RTNLGRP_NEIGH         = 0x3
 | 
			
		||||
	RTNLGRP_TC            = 0x4
 | 
			
		||||
	RTNLGRP_IPV4_IFADDR   = 0x5
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE   = 0x6
 | 
			
		||||
	RTNLGRP_IPV4_ROUTE    = 0x7
 | 
			
		||||
	RTNLGRP_IPV4_RULE     = 0x8
 | 
			
		||||
	RTNLGRP_IPV6_IFADDR   = 0x9
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE   = 0xa
 | 
			
		||||
	RTNLGRP_IPV6_ROUTE    = 0xb
 | 
			
		||||
	RTNLGRP_IPV6_IFINFO   = 0xc
 | 
			
		||||
	RTNLGRP_DECnet_IFADDR = 0xd
 | 
			
		||||
	RTNLGRP_NOP2          = 0xe
 | 
			
		||||
	RTNLGRP_DECnet_ROUTE  = 0xf
 | 
			
		||||
	RTNLGRP_DECnet_RULE   = 0x10
 | 
			
		||||
	RTNLGRP_NOP4          = 0x11
 | 
			
		||||
	RTNLGRP_IPV6_PREFIX   = 0x12
 | 
			
		||||
	RTNLGRP_IPV6_RULE     = 0x13
 | 
			
		||||
	RTNLGRP_ND_USEROPT    = 0x14
 | 
			
		||||
	RTNLGRP_PHONET_IFADDR = 0x15
 | 
			
		||||
	RTNLGRP_PHONET_ROUTE  = 0x16
 | 
			
		||||
	RTNLGRP_DCB           = 0x17
 | 
			
		||||
	RTNLGRP_IPV4_NETCONF  = 0x18
 | 
			
		||||
	RTNLGRP_IPV6_NETCONF  = 0x19
 | 
			
		||||
	RTNLGRP_MDB           = 0x1a
 | 
			
		||||
	RTNLGRP_MPLS_ROUTE    = 0x1b
 | 
			
		||||
	RTNLGRP_NSID          = 0x1c
 | 
			
		||||
	RTNLGRP_MPLS_NETCONF  = 0x1d
 | 
			
		||||
	RTNLGRP_IPV4_MROUTE_R = 0x1e
 | 
			
		||||
	RTNLGRP_IPV6_MROUTE_R = 0x1f
 | 
			
		||||
	RTNLGRP_NEXTHOP       = 0x20
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type CapUserHeader struct {
 | 
			
		||||
	Version uint32
 | 
			
		||||
	Pid     int32
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/modules.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/modules.txt
									
									
									
									
										vendored
									
									
								
							@@ -43,13 +43,13 @@ github.com/dlclark/regexp2/syntax
 | 
			
		||||
github.com/docopt/docopt-go
 | 
			
		||||
# github.com/mattn/go-colorable v0.0.9
 | 
			
		||||
github.com/mattn/go-colorable
 | 
			
		||||
# github.com/mattn/go-isatty v0.0.10
 | 
			
		||||
# github.com/mattn/go-isatty v0.0.11
 | 
			
		||||
github.com/mattn/go-isatty
 | 
			
		||||
# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
 | 
			
		||||
github.com/mgutz/ansi
 | 
			
		||||
# github.com/mitchellh/go-homedir v1.1.0
 | 
			
		||||
github.com/mitchellh/go-homedir
 | 
			
		||||
# golang.org/x/sys v0.0.0-20191008105621-543471e840be
 | 
			
		||||
# golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
 | 
			
		||||
golang.org/x/sys/unix
 | 
			
		||||
# gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
 | 
			
		||||
gopkg.in/yaml.v1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user