package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetRandom calls the getrandom system call.
No description provided by the author
No description provided by the author
KernelVersion returns major and minor kernel version numbers, parsed from the syscall.Uname's Release field, or 0, 0 if the version can't be obtained or parsed.
No description provided by the author
No description provided by the author
go:linkname RecvfromInet4 syscall.recvfromInet4go:noescape.
go:linkname RecvfromInet6 syscall.recvfromInet6go:noescape.
go:linkname RecvmsgInet4 syscall.recvmsgInet4go:noescape.
go:linkname RecvmsgInet6 syscall.recvmsgInet6go:noescape.
go:linkname SendmsgNInet4 syscall.sendmsgNInet4go:noescape.
go:linkname SendmsgNInet6 syscall.sendmsgNInet6go:noescape.
go:linkname SendtoInet4 syscall.sendtoInet4go:noescape.
go:linkname SendtoInet6 syscall.sendtoInet6go:noescape.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GRND_NONBLOCK means return EAGAIN rather than blocking.
GRND_RANDOM means use the /dev/random pool instead of /dev/urandom.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

GetRandomFlag is a flag supported by the getrandom system call.